Hey all,

I have a redirect set up that uses this array:

Array
(
    [country] => za
    [action] => listing
    [0] => south-africa
)

That works and it correctly redirects to /za/properties/listing/south-
africa

As soon as I try to add a named parameter to the mix, the redirect
ignores every extra parameter.

Array
(
    [country] => za
    [action] => listing
    [0] => south-africa
    [sale] => 1
)

Redirects to /za/properties/listing without ANY parameters.

Anyone know what's going on here?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to