On Jul 24, 1:39 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> As much as I wish that would be the case here (I should've metioned I
> tried that)...the %3F is stripped by the time I have access to it in
> the controller. A print_r on $_GET reveals the entire URL without %3F
> on it.
>
> Any ideas?
mod_rewrite decodes before rewriting. I'd bet that's the source of
your troubles. You can double encode, or use named parameters for url-
safe strings.
hth,
AD
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---