From: Laury GvR Date: Tue, 10 Mar 2015 15:59:58 +0000 (-0400) Subject: Rewrite for navigating to blog from nav item X-Git-Tag: v1.1.0^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0331dcfbaeaef5415b87cd14126f65633ee99266;p=web%2FGaylordGolfMecca.git Rewrite for navigating to blog from nav item --- diff --git a/.htaccess b/.htaccess index 7b971af..8d666a2 100644 --- a/.htaccess +++ b/.htaccess @@ -35,6 +35,7 @@ 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] # rewrites for the toolbox pages +RewriteRule ^.*-12/ http://blog.gaylordgolfmecca.com/ [R=301,L] RewriteRule ^.*-([0-9]*)/index.php index\.php?%{QUERY_STRING} RewriteRule ^.*-([0-9]*)/$ index\.php?catid=$1 [QSA,L] @@ -142,4 +143,3 @@ RewriteRule ^download-photo-print/([0-9]*)/$ Toolkit/Photos/photoProxy.php?type= ############### ## REDIRECTS ## ############### -