Another 404 Forbidden

Smiley_ie

New member
Joined
Nov 25, 2008
Messages
4
Hi all
I setup a very basic site and im gettieng :

You don't have permission to access / on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Im new to this and the url is www.evedaly.com and it was working so ive updated this and know getting the above error.
I put every thing into the public_html and that contains index.html and the images folder which all works in dreamweaver and when i try the files in directadmin there all ok. Allso folders and files have a 755 set permission added a .htaccess and set options +indexes still the same.
Any help appreciated as i have to get this up tomorrow.
Cheers
 
Make sure the public_html is chmod 755.

What does the error log say right after you try the site?
 
floyd
Registered User Join Date: Mar 2005
Posts: 1,765

Make sure the public_html is chmod 755.

What does the error log say right after you try the site?

Thanks for the reply Floyd new to this.
Not sure what you mead chmod 755 permissions ? When i go into directadmin the public_html perm is 777 it wont allow me to change it 755 is this normal. Thios the error log ? Cheers for the help.

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>403 Forbidden</TITLE>
</HEAD><BODY>
<H1>Forbidden</H1>
You don't have permission to access /
on this server.<P>
<P>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
<HR>
<ADDRESS>Apache/1.3.39 Server at www.evedaly.com Port 80</ADDRESS>
</BODY></HTML>
 
Have it going, turns out i had Index.html and not index.html my wife rang BK so thanks to them, Cheers floyd for the help.
Cheers
 
Not having an index.html file is the most common reason for this error and the first thing I thought of but you said you already had that.

Learn from this and give more accurate descriptions of problems when you need help.
 
Not having an index.html file is the most common reason for this error and the first thing I thought of but you said you already had that.

Learn from this and give more accurate descriptions of problems when you need help.


I did have it, i had it with a capital I as it should have being index not Index. Anyway thanks for the help.
 
I did have it

No you did NOT have index.html. You had Index.html which is something completely different. Had you said you had Index.html in your first post I could have told you what your problem was in my first post instead of wasting your time and my time.

Please give accurate information in the future if you want your problem fixed in a timely manner.
 
Back
Top