Index.html is recognized fine, but index.php is not - I get a forbidden access 500 server error.
Index.html is recognized fine, but index.php is not - I get a forbidden access 500 server error.
Last edited by hubrik; 08-11-2007 at 03:39 PM. Reason: grammar
Forbidden error is mainly due to ownership/permission problem. Check if they are correct for index.php file.
Also place the below line in .htaccess file for the addon domain:
DirectoryIndex index.php index.html
Thanks Shekar,
Permissions were fine, so I'll update the .htaccess file for now.
I have same problem, but with any php page into an addon domain... any idea why can this be happening?
Thanks for ur information.
Rename your htaccess for a moment and try the page. If it works then, you've got an idea whats breaking things to work with.
Fav cPlinks this week: Blog - cPanel & WHM 11.32 we love it! | cPanel University study for it! | Attracta is coming! we want this!
Make sure you are using all lowercase in your filenames.
Index.php is not the same as index.php