root/inputs/VegBIEN/Redmine/svn/.htaccess @ 8448
1 | 8063 | aaronmk | RewriteEngine on |
---|---|---|---|
2 | 8446 | aaronmk | RewriteOptions AllowNoSlash InheritBefore |
3 | 8409 | aaronmk | RewriteBase /VegBIEN/Redmine/svn/
|
4 | 8063 | aaronmk | |
5 | 8444 | aaronmk | SetEnvIf Request_URI ^ innermost_dir=svn |
6 | |||
7 | 8407 | aaronmk | # dir without trailing / is provided as an absolute filesystem path
|
8 | 8445 | aaronmk | RewriteCond %{ENV:innermost_dir} =svn
|
9 | 8407 | aaronmk | RewriteCond $0 ^/ [ornext]
|
10 | RewriteCond /$0 ^(.*)$
|
||
11 | 8409 | aaronmk | RewriteRule ^.+$ ../main/repository/raw%1 [discardpath,noescape,last]
|