Jump to content

Recommended Posts

Posted

When I type in main domain / home page I am receiving 403 error.

However, pages within site are viewable by typing in complete address.

Subdomains are viewable as well

Forbidden

 

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.

 

I checked my .htaccess file and here is what is shown

 

AuthName "No Access"

AuthUserFile "/home/skully/.htpasswds/public_html/passwd"

 

I haven't altered the access but it seems now to require password?

 

 

skullythepirate.com

skully

Posted

Renamed .htaccess file as you suggessted and still comes up with same 403 error.

 

Actually, a new .htaccess file was self-generated when I changed the name.

Posted

Here is what I see in the error log....

 

[Tue Aug 11 09:54:20 2015] [error] [client 75.110.162.66] File does not exist: /home/skully/public_html/403.shtml

[Tue Aug 11 09:54:20 2015] [error] [client 75.110.162.66] Directory index forbidden by Options directive: /home/skully/public_html/

  • Like 1
Posted

You don't have an index file in your root directory. All I'm seeing is a file named:

 

index.html_ (with an underscore) which redirects to Skullys/Home.html

 

You need to rename the index.html_ without underscore. Also I've renamed your .htaccess file to copyhtaccess. If you didn't code that .htaccess file with what's in it, I would suggest you change your password.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...