Bug #20
.htaccess to protect directories
| Status: | Closed | Start: | 03/24/2009 | |
| Priority: | Low | Due date: | ||
| Assigned to: | Josh Elser | % Done: | 0% |
|
| Category: | - | Spent time: | 0.00 hours | |
| Target version: | - | |||
| Resolution: |
Description
Protect directories from access over the web. The only exception might be /images.
History
Updated by Cameron Fackler 533 days ago
After reading http://httpd.apache.org/docs/2.2/howto/htaccess.html, this may be better done in the virtual host config for apache, in order to avoid .htaccess altogether.
Updated by Josh Elser 532 days ago
- Priority changed from Normal to Low
Added an 'Option -Indexes' so we won't have a directory list out. Can still reach the files if you know the paths (duh this is open sourced). So, we can find a better alternative later.
Updated by Josh Elser 510 days ago
- Status changed from New to Closed
Cleaned up with modRewrite. Can block requests based on rewrite rules.
Updated by Josh Elser 485 days ago
- Assigned to set to Josh Elser