From: Laury GvR Date: Mon, 7 Jul 2014 17:49:12 +0000 (-0400) Subject: Added redirects. X-Git-Tag: v1.0.3^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=22531a445e47addf77335e69b3fc44695cb96201;p=web%2FAppleTreeInn.git Added redirects. Anthony's redirects for AppleTreeInn. --- diff --git a/.htaccess b/.htaccess index 8f97a9e..e436953 100644 --- a/.htaccess +++ b/.htaccess @@ -21,6 +21,7 @@ RewriteCond %{ENV:GLM_HOST_ID} PRODUCTION RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] + # CacheBusting RewriteCond %{REQUEST_URI} v/[0-9\.]+/ RewriteRule ^v/[0-9\.]+/(.*) $1 [L] @@ -128,4 +129,14 @@ RewriteRule ^video-featured-toggle/([0-9]*)/ Toolkit/Videos/toggleFeatured.php?k ############### ## REDIRECTS ## ############### - +RewriteRule ^contact_orig.htm http://www.appletreeinn.com/contact-us-6/ [R=301,L] +RewriteRule ^Area.htm http://www.appletreeinn.com/area-info-5/ [R=301,L] +RewriteRule ^VIP.htm http://www.appletreeinn.com/ [R=301,L] +RewriteRule ^trip.htm http://www.appletreeinn.com/specials-and-packages-4/ [R=301,L] +RewriteRule ^todo.htm http://www.appletreeinn.com/area-info-5/ [R=301,L] +RewriteRule ^dining.htm http://www.appletreeinn.com/nearby-restaurants-20/ [R=301,L] +RewriteRule ^findus.htm http://www.appletreeinn.com/mapdirections-21/ [R=301,L] +RewriteRule ^Amenities.htm http://www.appletreeinn.com/guest-rooms-3/ [R=301,L] +RewriteRule ^reservations.htm http://www.appletreeinn.com/contact-us-6/ [R=301,L] +RewriteRule ^video.htm http://www.appletreeinn.com/ [R=301,L] +RewriteRule ^package.htm http://www.appletreeinn.com/specials-and-packages-4/ [R=301,L]