root/web/people/Brad_Boyle/.htaccess @ 11185
1 | 11180 | aaronmk | RewriteEngine on |
---|---|---|---|
2 | RewriteOptions AllowNoSlash InheritBefore |
||
3 | |||
4 | 11185 | aaronmk | SetEnvIf Request_URI ^ innermost_dir=Brad_Boyle |
5 | 11180 | aaronmk | |
6 | # dir without trailing / is provided as an absolute filesystem path
|
||
7 | 11185 | aaronmk | RewriteCond %{ENV:innermost_dir} =Brad_Boyle
|
8 | 11180 | aaronmk | RewriteCond $0 ^/ [ornext]
|
9 | RewriteCond /$0 ^(.*)$
|
||
10 | RewriteRule ^.+$ attribution%1 [discardpath,last,noescape,qsappend]
|