php files not recognized in browser

William O'Higgins william.ohiggins-H217xnMUJC0sA/PxXw9srA at public.gmane.org
Fri May 13 10:07:34 UTC 2005


Other respondents have been telling you that it is apache that should be
interpreting PHP files, so that's covered.  Things to look for:

In httpd.conf:

DirectoryIndex index.html index.htm index.php
                                    ^^^^^^^^^
Remind the server that these files are acceptable as index files when a
directory is requested.

In modules.conf:

LoadModule php?_module /path/to/libphp?

That's all I ever had to do.
-- 

yours,

William

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://gtalug.org/pipermail/legacy/attachments/20050513/6bc0d4cb/attachment.sig>


More information about the Legacy mailing list