Revision 7949
Added by Aaron Marcuse-Kubitza almost 12 years ago
web/vegpath/.htaccess | ||
---|---|---|
1 | 1 |
#### URL resolution |
2 | 2 |
|
3 | 3 |
DirectorySlash on |
4 |
DirectoryIndex index.php index.htm
|
|
4 |
DirectoryIndex index.php |
|
5 | 5 |
|
6 | 6 |
### mod_rewrite |
7 | 7 |
|
Also available in: Unified diff
web/vegpath/.htaccess: DirectoryIndex: Removed index.htm because HTML files should not be used for redirection (they don't issue the Location: header needed by clients other than web browsers)