How do I configure Apache to run .php
I am running win2000 server and Apache 1.3
Thanks
How do i configure Apache 1.3 to have index.php as a default document? At the moment it recognises index.html as a default doc, but how can i set it to load index.php as a default document? Running Win2k,
Stop Apache, Edit httpd.conf replace "DirectoryIndex index.html" by "DirectoryIndex index.php" Start Apache
sorted thanks!