root/schemas/.htaccess @ 8448
1 |
RewriteEngine on |
---|---|
2 |
RewriteOptions AllowNoSlash InheritBefore |
3 |
RewriteBase /exchange_schemas/
|
4 |
|
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]
|