Revision 14510
Added by Aaron Marcuse-Kubitza about 10 years ago
trunk/web/BIEN3/Redmine/main/.htaccess | ||
---|---|---|
1 |
RewriteEngine on |
|
2 |
RewriteOptions AllowNoSlash InheritBefore |
|
3 |
|
|
4 |
SetEnvIf Request_URI ^ innermost_dir=main |
|
5 |
|
|
6 |
# dir without trailing / is provided as an absolute filesystem path |
|
7 |
RewriteCond %{ENV:innermost_dir} =main |
|
8 |
RewriteCond $0 ^/ [ornext] |
|
9 |
RewriteCond /$0 ^(.*)$ |
|
10 |
RewriteRule ^.+$ https://projects.nceas.ucsb.edu/nceas/projects/bien%1 [discardpath,last,noescape,qsappend] |
Also available in: Unified diff
removed no longer used web/BIEN3/Redmine/main/. use Redmine/!__ instead.