Revision 11649
Added by Aaron Marcuse-Kubitza about 11 years ago
.htaccess | ||
---|---|---|
98 | 98 |
|
99 | 99 |
IndexStyleSheet /main.css |
100 | 100 |
IndexHeadInsert '<div><i>Note that some listed files are not web-accessible. They will produce a "Forbidden" error when clicked.</i></div>' |
101 |
|
|
102 |
IndexIgnoreReset on |
|
103 |
IndexIgnore .svn |
Also available in: Unified diff
web/.htaccess: mod_autoindex: show .* files which are normally hidden, because these are important parts of our codebase. (the leading . is not used for access controls.) .svn folders will remain hidden to avoid clutter.