Return to Snippet

Revision: 44287
at April 9, 2011 02:30 by stephcode


Initial Code
Your Apache configuration file, httpd.conf, probably does not allow anything to be overridden in a .htaccess file...

It much easier to find/change the following line in httpd.conf to do this -

AddType application/x-httpd-php .php .html

Initial URL
http://forums.codewalkers.com/server-administration-84/getting-php-to-parse-on-local-server-84452.html

Initial Description
AddHandler application/x-httpd-php .php .htm ... worked for me (directory: xampp/apache/conf)

Initial Title
Get PHP to parse on local server

Initial Tags
server

Initial Language
PHP