1 |
11180
|
aaronmk
|
RewriteEngine on
|
2 |
|
|
RewriteOptions AllowNoSlash InheritBefore
|
3 |
13766
|
aaronmk
|
RewriteBase /people/Brad_Boyle/attribution/
|
4 |
11180
|
aaronmk
|
|
5 |
|
|
SetEnvIf Request_URI ^ innermost_dir=attribution
|
6 |
|
|
|
7 |
|
|
# dir without trailing / is provided as an absolute filesystem path
|
8 |
13767
|
aaronmk
|
RewriteRule ^ - [env=dest:BIEN\ 3\ data\ use\ and\ attribution.docx]
|
9 |
11180
|
aaronmk
|
RewriteCond %{ENV:innermost_dir} =attribution
|
10 |
|
|
RewriteCond $0 ^/ [ornext]
|
11 |
|
|
RewriteCond #$0 ^(.*)$
|
12 |
13767
|
aaronmk
|
RewriteRule ^.+$ ../%{ENV:dest}%1 [discardpath,last,noescape,qsappend,redirect]
|