Revision 7947
Added by Aaron Marcuse-Kubitza almost 12 years ago
.htaccess | ||
---|---|---|
13 | 13 |
RewriteCond %{REQUEST_FILENAME} !-f |
14 | 14 |
RewriteCond %{REQUEST_FILENAME} !-l |
15 | 15 |
RewriteCond $0 !^index.php |
16 |
RewriteRule ^.*$ index.php?$0 |
|
16 |
RewriteRule ^.*$ index.php/$0 |
Also available in: Unified diff
web/vegpath/index.php: Use $PATH_INFO (i.e. index.php/$PATH_INFO) instead of the query string to pass the path to index.php, so that the query string can be used for other things