samedi 1 août 2015

list of redirects not working

I've got a list of redirects that isn't working. I'm redirecting 1 domain to another. There are about 10 pages that I have want redirected to unique pages. The rest I want redirected to the home page.

Currently, it redirects everything to the home page including these location pages.

Thoughts?

Options +FollowSymLinks
RewriteEngine on
# Redirect individual store pages to NewSoundHearing.com
RewriteRule ^/about-us/eugene-or$  http://ift.tt/1JDa361 [L,R=301,NC]
RewriteRule ^/about-us/gearhart-or$  http://ift.tt/1eJHSFC [L,R=301,NC]
RewriteRule ^/about-us/gresham-or$  http://ift.tt/1JDa365 [L,R=301,NC]
RewriteRule ^/about-us/king-city-or$  http://ift.tt/1eJHRS5 [L,R=301,NC]
RewriteRule ^/about-us/mcminnville%20-%20or$  http://ift.tt/1JDa1eA [L,R=301,NC]
RewriteRule ^/about-us/north-bend-or$  http://ift.tt/1eJHRS9 [L,R=301,NC]
RewriteRule ^/about-us/north-plains-or$  http://ift.tt/1JDa369 [L,R=301,NC]
RewriteRule ^/about-us/oregon-city-or$  http://ift.tt/1eJHSFE [L,R=301,NC]
RewriteRule ^/about-us/portland-or$ http://ift.tt/1eJHSFG [L,R=301,NC]
RewriteRule ^/about-us/west-portland-or$ http://ift.tt/1eJHSFI [L,R=301,NC]
RewriteRule ^/about-us/salem-or$ http://ift.tt/1eJHSFK [L,R=301,NC]
RewriteRule ^/about-us/vancouver-wa$ http://ift.tt/1JDa1uW [L,R=301,NC]
# Redirect everything else to NewSoundHearing.com
RewriteRule ^(.+)$ http://ift.tt/1eJHRSd [R=301,NC]

Aucun commentaire:

Enregistrer un commentaire