Hi,

We have a cake site on one domain, it has a route pointing /blog to
/posts/index and we have just purchased a second domain which we want
to point to /blog, eg:

www.blog-domain.com is a mirror of www.domain.com/blog

is that possible?

We had originally tried a .htaccess redirect, but that caused issues
with the standard cake rules:

RewriteCond %{HTTP_REFERER} ^http://(www.)?blogdomain.com [NC]
RewriteRule (.*) http://www.domain.com/blog/$1 [R=301,L]

thanks,

jon

-- 


jon bennett
t: +44 (0) 1225 341 039 w: http://www.jben.net/
iChat (AIM): jbendotnet Skype: jon-bennett

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to