Re: Apache forbidding file viewing
Just a note. The Indexes option allows people to browse all the files in a directory if it doesn't contain an index file. Unless you want that behavior, I would recommend removing the Indexes option.
Code:
<Directory "C:/">
AllowOverride All
Options FollowSymLinks MultiViews +Includes
Order allow,deny
Allow from all
</Directory>
This means that directories which don't have an index.html or .php or whatever will display a Forbidden message by default rather than showing all the files in that directory.
"But you have access to the greatest source of knowledge in the universe."
"Well I do talk to myself sometimes, yes."
"I'm back, and I'm bad! Obviously within certain, sensible, preset parameters"