I think in your htaccess file. Something along the lines of

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule ^/foo/(*) webroot/$1 [L]
    RewriteRule    ^$    webroot/    [L]
    RewriteRule    (.*) webroot/$1    [L]
 </IfModule>

On May 3, 1:49 pm, MikeK <[EMAIL PROTECTED]> wrote:
> The specific route to fix our payment gateway issue for payments
> initiated before we restructured the site appears to work. The other
> bit I am wondering if we need something in .htaccess to generally
> rewrite these requests? And if that's the better place to do it, how?
> the rewrite rules are something we've never quite mastered.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to