Revision 13777
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/web/people/Brad_Boyle/identifiers/.htaccess | ||
---|---|---|
1 |
RewriteEngine on |
|
2 |
RewriteOptions AllowNoSlash InheritBefore |
|
3 |
RewriteBase /people/Brad_Boyle/identifiers/ |
|
4 |
|
|
5 |
SetEnvIf Request_URI ^ innermost_dir=identifiers |
|
6 |
|
|
7 |
# dir without trailing / is provided as an absolute filesystem path |
|
8 |
RewriteRule ^ - [env=dest:vegbien_identifiers.xlsx] |
|
9 |
RewriteCond %{ENV:innermost_dir} =identifiers |
|
10 |
RewriteCond $0 ^/ [ornext] |
|
11 |
RewriteCond #$0 ^(.*)$ |
|
12 |
RewriteRule ^.+$ ../%{ENV:dest}%1 [discardpath,last,noescape,qsappend,redirect] |
Also available in: Unified diff
added web/people/Brad_Boyle/identifiers