blackimpallass
New Member
To secure my site I placed blank htmls along with an htaccess file in every subdirectory but I didn't realize the denying all access would also mean denying access from the website itself. When I try to load a page, and it goes into the Images folder, the server responds with:\[code\]Failed to load resource: the server responded with a status of 403 (Forbidden) \[/code\]So how do I change this htaccess code:\[code\]order allow,denydeny from allOptions All -Indexes\[/code\]To deny access to everything outside of the website, meaning the website itself can access its own content (images, js, css) but no one outside can.