Apache and PHP
Revision as of 01:58, 28 October 2007 by Woozle (talk | contribs) (New page: ==Navigation== {{#lst:PHP|navbar}}: ...and Apache ==Overview== This page is about interactions between the Apache web server software and the PHP interpreted...)
{{#lst:PHP|navbar}}: ...and Apache
Overview
This page is about interactions between the Apache web server software and the PHP interpreted language that is often used with it.
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