Hi,
I installed Apache 2.2.16 as web server on Windows XP SP3 and PHP/5.3.3
Apache server starts fine, and following PHP installation and update
of httpd.conf with
DirectoryIndex index.php index.html
# configure the path to php.ini
PHPIniDir "C:\Program Files\php"
LoadModule php5_mod
Naftali Ben-Ami wrote:
IfModule dir_module>
DirectoryIndex index.php index.html
Just drop the lines wrapping the DirectoryIndex line ... the dir_module package
is obviously not being loaded.
--
Lester Caine - G8HFL
-
Contact - http://lsces.co.uk/wiki/?page=
Hello,
Please check if apache has loaded the PHP module.
/usr/local/apache2/bin/apachectl -M
This will show you the loaded modules. If you see php*_module in
the list
Regards,
Sachin
_
From: Naftali Ben-Ami