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