Forum Moderators: phranque
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST}!^www\.mysite\.com [NC]
RewriteRule ^(.*)$ [mysite.com...] [L,R=301]
I have a blog folder and installed wordpress. Also put in plugin for non-www reference.
Can someone tell me how I can get the following (3 redirets):
[mysite.com...]
[mysite.com...]
httyp://www.mysite.com/blog/
What I need is:
[mysite.com...] => [mysite.com...]
How do I fix this?