[SOLVED] How to unforbidden folders? - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: [SOLVED] How to unforbidden folders? (/thread-5204.html) |
[SOLVED] How to unforbidden folders? - Neal - 12-19-2008 09:18 AM Example: domain.com/images Become a 403: forbidden! How to disable that. Thanks. Neal. RE: How to unforbidden folders? - Knut - 12-19-2008 03:19 PM Put this .htaccess -File in images Folder. Code: Options -Indexes http://httpd.apache.org/docs/2.0/en/mod/core.html#options RE: How to unforbidden folders? - BeNe - 12-19-2008 04:30 PM Should this not be: Code: Options +Indexes Because you want TOADD this function. BTW: You should also check your ApacheConfig about these Options. Maybe the ApacheErrorLog can help here to be clear that it is really the indexes that is forbidden. Greez BeNe RE: How to unforbidden folders? - Neal - 12-19-2008 06:34 PM Wow works, okay thanks. And both of you are correct. However, what Knut suggested wil not work for the folders in the folders (so I will have to make more .htacces pages). What BeNe suggested will work for all subfolders in the folder. Cool. Renaming this tread to solved. |