Current time: 04-18-2024, 04:34 PM Hello There, Guest! (LoginRegister)


Post Reply 
[SOLVED] How to unforbidden folders?
Author Message
Neal Offline
Junior Member
*

Posts: 10
Joined: Dec 2008
Reputation: 0
Post: #1
[SOLVED] How to unforbidden folders?
Example: domain.com/images

Become a 403: forbidden!

How to disable that.

Thanks.

Neal.
(This post was last modified: 12-23-2008 06:55 PM by BioALIEN.)
12-19-2008 09:18 AM
Find all posts by this user Quote this message in a reply
Knut Offline
Member
***

Posts: 736
Joined: Nov 2006
Reputation: 10
Post: #2
RE: How to unforbidden folders?
Put this .htaccess -File in images Folder.

Code:
Options -Indexes

http://httpd.apache.org/docs/2.0/en/mod/...ml#options
12-19-2008 03:19 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #3
RE: How to unforbidden folders?
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
12-19-2008 04:30 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Neal Offline
Junior Member
*

Posts: 10
Joined: Dec 2008
Reputation: 0
Post: #4
RE: How to unforbidden folders?
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.
12-19-2008 06:34 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)