Index.html is recognized fine, but index.php is not - I get a forbidden access 500 server error.
H hubrik Registered Aug 11, 2007 2 0 51 Aug 11, 2007 #1 Index.html is recognized fine, but index.php is not - I get a forbidden access 500 server error. Last edited: Aug 11, 2007
M madaboutlinux Well-Known Member Jan 24, 2005 1,051 2 168 Earth Aug 11, 2007 #2 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
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
H hubrik Registered Aug 11, 2007 2 0 51 Aug 12, 2007 #3 Thanks Thanks Shekar, Permissions were fine, so I'll update the .htaccess file for now.
T tangowebs Well-Known Member Oct 12, 2004 93 0 156 Oct 15, 2008 #4 I have same problem, but with any php page into an addon domain... any idea why can this be happening? Thanks for ur information.
I have same problem, but with any php page into an addon domain... any idea why can this be happening? Thanks for ur information.
I Infopro Well-Known Member May 20, 2003 17,075 524 613 Pennsylvania cPanel Access Level Root Administrator Twitter Follow @InfoprosNetwork Oct 16, 2008 #5 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.
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.
S sparek-3 Well-Known Member Aug 10, 2002 2,148 265 388 cPanel Access Level Root Administrator Oct 16, 2008 #6 Make sure you are using all lowercase in your filenames. Index.php is not the same as index.php