Project

General

Profile

« Previous | Next » 

Revision 8484

removed web/aggregators/.htaccess because it was only there to auto-add the trailing /, but this is now done by web/.htaccess

View differences:

web/aggregators/.htaccess
1
RewriteEngine on
2
RewriteOptions AllowNoSlash InheritBefore
3
RewriteBase /aggregators/
4

  
5
SetEnvIf Request_URI ^ innermost_dir=aggregators
6

  
7
# dir without trailing / is provided as an absolute filesystem path
8
RewriteCond %{ENV:innermost_dir} =aggregators
9
RewriteRule ^/() $1 [discardpath,noescape,last,redirect,qsappend]

Also available in: Unified diff