Adding redirects
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 23 Sep 2014 16:02:11 +0000 (12:02 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 23 Sep 2014 16:02:11 +0000 (12:02 -0400)
From Anthony

.htaccess

index 53f404c..8cf4c68 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -43,6 +43,36 @@ RewriteRule ^events/([0-9]*)/$ index.php?catid=$1 [QSA,L]
 
 RewriteRule ^VisitorGuide/(.*)/$ pdf-download.php?uidpdf=$1&pdf_file=VisitorGuide [L]
 RewriteRule ^.*-([0-9]*)/([0-9]*)/$ index.php?catid=$1&photo_catid=$2 [L]
+
+###############
+## REDIRECTS ##
+###############
+RewriteRule ^amenities-4/ http://www.stignacebudgethost.com/amenities-10/ [R=301,L]
+RewriteRule ^picture-gallery-67/ http://www.stignacebudgethost.com/amenities-10/ [R=301,L]
+RewriteRule ^rates-21/ http://www.stignacebudgethost.com/rates-2/ [R=301,L]
+RewriteRule ^pet-friendly!-48/ http://www.stignacebudgethost.com/amenities-10/ [R=301,L]
+RewriteRule ^special-offers-14/ http://www.stignacebudgethost.com/specials-11/ [R=301,L]
+RewriteRule ^events.phtml http://www.stignacebudgethost.com/events-7/ [R=301,L]
+RewriteRule ^groups-22/ http://www.stignacebudgethost.com/groups--tours-12/ [R=301,L]
+RewriteRule ^tours-for-the-outdoor-enthusiast-39 http://www.stignacebudgethost.com/groups--tours-12/ [R=301,L]
+RewriteRule ^casino-16/ http://www.stignacebudgethost.com/specials-11/ [R=301,L]
+RewriteRule ^directions-6/ http://www.stignacebudgethost.com/contact-14/ [R=301,L]
+RewriteRule ^friday-62/ http://www.stignacebudgethost.com/groups--tours-12/ [R=301,L]
+RewriteRule ^thursday-61/ http://www.stignacebudgethost.com/groups--tours-12/ [R=301,L]
+RewriteRule ^tuesday-59/ http://www.stignacebudgethost.com/groups--tours-12/ [R=301,L]
+RewriteRule ^video-tours-35/ http://www.stignacebudgethost.com/videos-15/ [R=301,L]
+RewriteRule ^video-tours-12/ http://www.stignacebudgethost.com/videos-15/ [R=301,L]
+RewriteRule ^color-tours-13/ http://www.stignacebudgethost.com/groups--tours-12/ [R=301,L]
+RewriteRule ^bike-trails-38/ http://www.stignacebudgethost.com/groups--tours-12/ [R=301,L]
+RewriteRule ^groups-2/ http://www.stignacebudgethost.com/groups--tours-12/ [R=301,L]
+RewriteRule ^sunday-57/ http://www.stignacebudgethost.com/groups--tours-12/ [R=301,L]
+RewriteRule ^rates-5/ http://www.stignacebudgethost.com/rates-2/ [R=301,L]
+RewriteRule ^wednesday-60/ http://www.stignacebudgethost.com/groups--tours-12/ [R=301,L]
+RewriteRule ^snowmobile-9/ http://www.stignacebudgethost.com/groups--tours-12/ [R=301,L]
+RewriteRule ^orv-42/ http://www.stignacebudgethost.com/groups--tours-12/ [R=301,L]
+RewriteRule ^monday-58/ http://www.stignacebudgethost.com/groups--tours-12/ [R=301,L]
+RewriteRule ^saturday-63/ http://www.stignacebudgethost.com/groups--tours-12/ [R=301,L]
+
 # rewrites for the toolbox pages
 RewriteRule ^.*-([0-9]*)/index.php index\.php?%{QUERY_STRING}
 RewriteRule ^.*-([0-9]*)/$ index\.php?catid=$1 [QSA,L]