Project

General

Profile

« Previous | Next » 

Revision 7891

web/vegpath/.htaccess: unknown paths: Don't redirect to index.php if the path already starts with index.php, to help avoid infinite redirect recursion

View differences:

web/vegpath/.htaccess
12 12
RewriteCond %{REQUEST_FILENAME} !-d
13 13
RewriteCond %{REQUEST_FILENAME} !-f
14 14
RewriteCond %{REQUEST_FILENAME} !-l
15
RewriteCond $0 !^index.php
15 16
RewriteRule ^.*$ index.php?$0

Also available in: Unified diff