Project

General

Profile

« Previous | Next » 

Revision 8060

web/main/**/.htaccess: Removed RewriteCond -l tests because one of the -d or -f tests will always also pass, making the -l test unnecessary

View differences:

.htaccess
2 2
RewriteOptions inherit
3 3

  
4 4
# don't redirect subdir paths
5
RewriteCond %{DOCUMENT_ROOT}/BIEN2/$1 -d [ornext]
6
RewriteCond %{DOCUMENT_ROOT}/BIEN2/$1 -l
5
RewriteCond %{DOCUMENT_ROOT}/BIEN2/$1 -d
7 6
RewriteRule ^([^/]+).*$ - [discardpath,noescape,last]
8 7

  
9 8
# handle DirectoryIndex (this must be at this position in the rules)

Also available in: Unified diff