Project

General

Profile

« Previous | Next » 

Revision 7989

web/vegpath/.htaccess: Removed "don't rewrite existing paths" RewriteRule because there are no longer any rules after it that require it

View differences:

.htaccess
19 19
RewriteCond expr "! $0 -fnmatch '%1*'"
20 20
RewriteRule ^.*$ %0/$0 [last]
21 21

  
22
# don't rewrite existing paths
23
RewriteCond %{REQUEST_FILENAME} -d [ornext]
24
RewriteCond %{REQUEST_FILENAME} -f [ornext]
25
RewriteCond %{REQUEST_FILENAME} -l
26
RewriteRule ^.*$ - [last]
27

  
28 22
# translate dot-paths to dirs
29 23
RewriteCond %{DOCUMENT_ROOT}/$1 -d [ornext]
30 24
RewriteCond %{DOCUMENT_ROOT}/$1 -l

Also available in: Unified diff