I had apache working fine for a few days. I changed my document root to Mydocuments/WebDocs/ had no problems. I installed php5 and all of a sudden i can't view any files at all. I get the
#Forbidden: You don't have permission to access / on this server.
Nothing seems to have changed in the httpd.conf except:
LoadModule php5_module "D:/php/php5apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "D:/php"
Which is all correct according to php.net. Ive tried viewing the root using my external IP
Non work. Even if i comment out the above code it fails to work.
This is the error from the error log
[Thu Oct 07 19:57:44 2004] [error] [client 127.0.0.1] Directory index forbidden by rule: C:/My Documents/WebDocs/
Can anyone help cos im out of idea!
#Forbidden: You don't have permission to access / on this server.
Nothing seems to have changed in the httpd.conf except:
LoadModule php5_module "D:/php/php5apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "D:/php"
Which is all correct according to php.net. Ive tried viewing the root using my external IP
Non work. Even if i comment out the above code it fails to work.
This is the error from the error log
[Thu Oct 07 19:57:44 2004] [error] [client 127.0.0.1] Directory index forbidden by rule: C:/My Documents/WebDocs/
Can anyone help cos im out of idea!