Xavier Lopez wrote:
> It serves all html files, but not php. 

Have you got something loike this in your configurations:

<IfModule dir_module>
    DirectoryIndex index.php index.pl index.cgi index.asp index.shtml
index.html index.htm \
                   default.php default.pl default.cgi default.asp
default.shtml default.html default.htm \
                   home.php home.pl home.cgi home.asp home.shtml
home.html home.htm
</IfModule>

The above looks for php first then pl then etc etc.

Worth a try.  It works on mine [2.2.19]





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to