Revision 7891
Added by Aaron Marcuse-Kubitza over 11 years ago
.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
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