Revision 8770
Added by Aaron Marcuse-Kubitza over 11 years ago
.htaccess | ||
---|---|---|
1 |
RewriteEngine on |
|
2 |
RewriteOptions AllowNoSlash InheritBefore |
|
3 |
RewriteBase /vegbiendev/fs/ |
|
4 |
|
|
5 |
SetEnvIf Request_URI ^ innermost_dir=fs |
|
6 |
|
|
7 |
# auto-add trailing / (dir without trailing / is absolute filesystem path) |
|
8 |
RewriteCond %{ENV:innermost_dir} =fs |
|
9 |
RewriteRule ^/ %{REQUEST_URI}/ [discardpath,last,noescape,qsappend,redirect] |
Also available in: Unified diff
added /.htaccess to create the right self-referential URL since / is outside the document root (linked from /vegbiendev/fs/)