I have the problem with PHP,it says httpd.conf has to be configured.
How to configure httpd.conf???
I have the problem with PHP,it says httpd.conf has to be configured.
How to configure httpd.conf???
There are several ways of doing this but the simplest is to download xampp from www.apachefriends.org and install that (use the php-switch.bat once installed though the info screen will tell you what to do).
Alternatively you need to add some lines to your httpd.conf file:-
LoadModule php4_module "C:/Program Files/xampp/apache/bin/php4apache2.dll"
AddType application/x-httpd-php .php .php4 .php3 .phtml
obviously replace the path in the lines above with the correct path to the dll.
Once changed you will need to restart apache.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks