Sunday, March 16, 2008

What do I do if none of my PHP scripts are running?

Check your httpd.conf file. You will need to make sure the following lines are present or included:

LoadModule php_module modules/libphp4.so
AddHandler php-script .php
AddType text/html .php
DirectoryIndex index.php

No comments: