Project

General

Profile

« Previous | Next » 

Revision 8514

bugfix: schemas/.htaccess: corrected $innermost_dir

View differences:

.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