Vordar Posted September 24, 2015 Posted September 24, 2015 Hello, I have a problem where a css reset (reset.css) I put in a folder (styles) in pubic_html won't load on my home page. I viewed the page source to see why reset.css wasn't being applied, and when I clicked the link to reset.css, I got this source: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access /styles/reset.css on this server.</p> <p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p> <hr> <address>Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/0.9.8e-fips-rhel5 mod_mono/2.6.3 mod_jk/1.2.37 mod_bwlimited/1.4 mod_wsgi/4.4.13 Python/2.4.3 Server at vordarnetwork.heliohost.org Port 80</address> </body></html> The error message makes it look like I have password-protected "reset.css" or the "styles" folder, though I looked in the cPanel's "Password Protect Directories" section and saw that neither is actually supposed to be protected. I can access a page that says "Index of /styles", but I can't actually view the css document when I click the link.What could be wrong with the folder/stylesheet? If someone could tell me how to fix the problem, that would be great! Tell me if I am being unclear so I can explain further. Thanks,Vordar
wolstech Posted September 24, 2015 Posted September 24, 2015 Try renaming any .htaccess files in public_html or in styles so they are ignored, then try again.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now