Thank you. this worked for me
On Sep 9, 9:17 am, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> I did it on my side by looking for URLs that don't have the www....
>
> RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com$ [NC]
> RewriteRule ^(.*)$http://www.yourdomain.com/$1[R=301,L]
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---