In htaccess I am blocking directory browsing by using the following code.
# directory browsing Options All -Indexes However, I want people to have access to a certain folder, let's say the folder is called pictures, so the folder is at mysite.com/pictures.
How do I give access to that folder/directory, but keep the rest blocked?