Project

General

Profile

« Previous | Next » 

Revision 8479

web/**/.htaccess: removed no longer needed auto-add of trailing / , which is now implemented for all dirs by the top-level .htaccess

View differences:

.htaccess
3 3
RewriteBase /fs/
4 4

  
5 5
SetEnvIf Request_URI ^ innermost_dir=fs
6

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

Also available in: Unified diff