[thelist] PHP installation

Tony Crockford tonyc at boldfish.co.uk
Wed Jun 18 08:06:37 CDT 2003


you need to tell Apache to parse PHP files.

something like:

   LoadModule php4_module c:/php/sapi/php4apache.dll
   AddType application/x-httpd-php .php

added to your httpd.conf file would be useful depending on which version
of apache you have and where the php4apache.dll is located.

you might also want to add index.php as below:

# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index.  Separate multiple entries with spaces.
#
<IfModule mod_dir.c>
    DirectoryIndex index.php index.htm index.html
</IfModule>

hth

tony



More information about the thelist mailing list