root/inputs/VegBIEN/Redmine/wiki/.htaccess @ 8632
1 |
RewriteEngine on |
---|---|
2 |
RewriteOptions AllowNoSlash InheritBefore |
3 |
RewriteBase /VegBIEN/Redmine/wiki/
|
4 |
|
5 |
SetEnvIf Request_URI ^ innermost_dir=wiki |
6 |
|
7 |
# dir without trailing / is provided as an absolute filesystem path
|
8 |
RewriteCond %{ENV:innermost_dir} =wiki
|
9 |
RewriteCond $0 ^(?!/)(.+)$ [ornext]
|
10 |
RewriteCond Database_development ^(.*)$
|
11 |
RewriteRule ^.+$ ../main/wiki/%1 [discardpath,last,noescape,qsappend]
|