root/trunk/schemas/.htaccess @ 13893
1 |
RewriteEngine on |
---|---|
2 |
RewriteOptions AllowNoSlash InheritBefore |
3 |
RewriteBase /exchange_schemas/
|
4 |
|
5 |
SetEnvIf Request_URI ^ innermost_dir=exchange_schemas |
6 |
|
7 |
# auto-add trailing / (dir without trailing / is absolute filesystem path)
|
8 |
RewriteCond %{ENV:innermost_dir} =exchange_schemas
|
9 |
RewriteRule ^/ %{REQUEST_URI}/ [discardpath,last,noescape,qsappend,redirect]
|