Apache and PHP
From HTYP, the free directory anyone can edit
[edit] Navigation
computing: software: programming: languages: PHP: ...and Apache
[edit] Overview
This page is about interactions between the Apache web server software and the PHP interpreted language that is often used with it.
[edit] Notes
- If Apache insists on delivering PHP pages as downloads instead of executing them, add the following line to /etc/apache2/apache2.conf (or whatever its equivalent is on your system) (there may be a better way of doing this, but I don't yet know what it is):
AddHandler php5-script .php

