Click to See Complete Forum and Search --> : index.php not working..


Anon
05-21-2002, 06:59 AM
Sir,

I have installed redhat7.2/apache 2.0.35/php4.2.1/mysql3.23.38.
and i made it without error encountered.
i could also see and run the phpinfo.php script.
but when i go to the website that i have and the index file is a .php scripts it gives me this 403 forbiden access error.

e.g: http://URLADDRESS/ error

http://URLADDRESS/index.php works fine.

any clues??

thanks,

allen

Anon
05-21-2002, 10:57 AM
Look for a line that contains "DirectoryIndex" in your httpd.conf file, add "index.php" before or after "index.html", depending which you want to have priority first!

Cheers...