Project

General

Profile

« Previous | Next » 

Revision 7947

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

View differences:

.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