cakephp2-php8/lib/Cake/Console/Templates
mark_story 1254a1068f Fixing issues with unwanted querystring parameters.
Because the request url was being appended as ?/$1 any nested
named parameters would be added as additional GET params.  This is
yet another case where named parameters are fail.  Modify the built-in
htaccess rules to not use a GET parameter at all, and just read
from REQUEST_URI.

Fixes #2678
2012-03-14 20:20:55 -04:00
..
default Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
skel Fixing issues with unwanted querystring parameters. 2012-03-14 20:20:55 -04:00