Revision 13757
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/web/BIEN3/.htaccess | ||
---|---|---|
1 |
RewriteEngine on |
|
2 |
RewriteOptions AllowNoSlash InheritBefore |
|
3 |
|
|
4 |
SetEnvIf Request_URI ^ innermost_dir=BIEN3 |
|
5 |
|
|
6 |
# dir without trailing / is provided as an absolute filesystem path |
|
7 |
RewriteCond %{ENV:innermost_dir} =BIEN3 |
|
8 |
RewriteCond $0 ^/ [ornext] |
|
9 |
RewriteCond /$0 ^(.*)$ |
|
10 |
RewriteRule ^.+$ Redmine%1 [discardpath,last,noescape,qsappend] |
Also available in: Unified diff
schemas/VegBIEN/: moved Redmine/, TWiki/ to web/BIEN3/ since they relate to the BIEN3 project as a whole, not just the database