Revision 11185
Added by Aaron Marcuse-Kubitza about 11 years ago
.htaccess | ||
---|---|---|
1 | 1 |
RewriteEngine on |
2 | 2 |
RewriteOptions AllowNoSlash InheritBefore |
3 | 3 |
|
4 |
SetEnvIf Request_URI ^ innermost_dir=DwC
|
|
4 |
SetEnvIf Request_URI ^ innermost_dir=Brad_Boyle
|
|
5 | 5 |
|
6 | 6 |
# dir without trailing / is provided as an absolute filesystem path |
7 |
RewriteCond %{ENV:innermost_dir} =DwC
|
|
7 |
RewriteCond %{ENV:innermost_dir} =Brad_Boyle
|
|
8 | 8 |
RewriteCond $0 ^/ [ornext] |
9 | 9 |
RewriteCond /$0 ^(.*)$ |
10 | 10 |
RewriteRule ^.+$ attribution%1 [discardpath,last,noescape,qsappend] |
Also available in: Unified diff
bugfix: web/people/Brad_Boyle/.htaccess: set %{ENV:innermost_dir} to Brad_Boyle