Revision 8479
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/.htaccess | ||
---|---|---|
3 | 3 |
RewriteBase /datasources/ |
4 | 4 |
|
5 | 5 |
SetEnvIf Request_URI ^ innermost_dir=datasources |
6 |
|
|
7 |
# dir without trailing / is provided as an absolute filesystem path |
|
8 |
RewriteCond %{ENV:innermost_dir} =datasources |
|
9 |
RewriteRule ^/() $1 [discardpath,noescape,last,redirect,qsappend] |
schemas/.htaccess | ||
---|---|---|
3 | 3 |
RewriteBase /exchange_schemas/ |
4 | 4 |
|
5 | 5 |
SetEnvIf Request_URI ^ innermost_dir=exchange_schemas |
6 |
|
|
7 |
# dir without trailing / is provided as an absolute filesystem path |
|
8 |
RewriteCond %{ENV:innermost_dir} =exchange_schemas |
|
9 |
RewriteRule ^/() $1 [discardpath,noescape,last,redirect,qsappend] |
.htaccess | ||
---|---|---|
3 | 3 |
RewriteBase /fs/ |
4 | 4 |
|
5 | 5 |
SetEnvIf Request_URI ^ innermost_dir=fs |
6 |
|
|
7 |
# dir without trailing / is provided as an absolute filesystem path |
|
8 |
RewriteCond %{ENV:innermost_dir} =fs |
|
9 |
RewriteRule ^/() $1 [discardpath,noescape,last,redirect,qsappend] |
web/primary_databases/.htaccess | ||
---|---|---|
3 | 3 |
RewriteBase /primary_databases/ |
4 | 4 |
|
5 | 5 |
SetEnvIf Request_URI ^ innermost_dir=primary_databases |
6 |
|
|
7 |
# dir without trailing / is provided as an absolute filesystem path |
|
8 |
RewriteCond %{ENV:innermost_dir} =primary_databases |
|
9 |
RewriteRule ^/() $1 [discardpath,noescape,last,redirect,qsappend] |
web/people/.htaccess | ||
---|---|---|
3 | 3 |
RewriteBase /people/ |
4 | 4 |
|
5 | 5 |
SetEnvIf Request_URI ^ innermost_dir=people |
6 |
|
|
7 |
# dir without trailing / is provided as an absolute filesystem path |
|
8 |
RewriteCond %{ENV:innermost_dir} =people |
|
9 |
RewriteRule ^/() $1 [discardpath,noescape,last,redirect,qsappend] |
Also available in: Unified diff
web/**/.htaccess: removed no longer needed auto-add of trailing / , which is now implemented for all dirs by the top-level .htaccess