Revision 8514
Added by Aaron Marcuse-Kubitza over 11 years ago
.htaccess | ||
---|---|---|
2 | 2 |
RewriteOptions AllowNoSlash InheritBefore |
3 | 3 |
RewriteBase /exchange_schemas/ |
4 | 4 |
|
5 |
SetEnvIf Request_URI ^ innermost_dir=datasources
|
|
5 |
SetEnvIf Request_URI ^ innermost_dir=exchange_schemas
|
|
6 | 6 |
|
7 | 7 |
# auto-add trailing / (dir without trailing / is absolute filesystem path) |
8 |
RewriteCond %{ENV:innermost_dir} =datasources
|
|
8 |
RewriteCond %{ENV:innermost_dir} =exchange_schemas
|
|
9 | 9 |
RewriteRule ^/ %{REQUEST_URI}/ [discardpath,last,noescape,qsappend,redirect] |
Also available in: Unified diff
bugfix: schemas/.htaccess: corrected $innermost_dir