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