# Redirect all pages to home page
This is for all redirects to 301
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.solutions.com$
RewriteRule ^(.*)$ http://www.solutions.com/$1 [R=301]
#####################################
#Ford.com This is for all redirects to 301. From www to nowww
1)redirect all traffic from http://www.ford.com to http://ford.com
RewriteEngine on
RewriteCond %{HTTP_HOST} !^ford.com$
RewriteRule ^(.*)$ http://ford.com/$1 [R=301]
2) redirect all traffic from http://ford.com to http://www.ford.com
from non www to www
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.ford\.com
RewriteRule (.*) http://www.ford.com/$1 [R=301,L]
1 comment:
hello... hapi blogging... have a nice day! just visiting here....
Post a Comment