From: Steve Sutton Date: Thu, 4 May 2017 17:15:47 +0000 (-0400) Subject: Add rewrite rule for headwater url X-Git-Tag: v1.5.13^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f20c14cdf919fe66f97fe2fc3df5a946929e39fa;p=web%2FGaylordGolfMecca.git Add rewrite rule for headwater url --- diff --git a/.htaccess b/.htaccess index 188082b..7268c14 100644 --- a/.htaccess +++ b/.htaccess @@ -19,7 +19,7 @@ AddDefaultCharset utf-8 # Block any .ru or .in referrers BRG 06/07/16 RewriteCond %{HTTP_REFERER} .*\.ru [NC,OR] -RewriteCond %{HTTP_REFERER} .*\.in +RewriteCond %{HTTP_REFERER} .*\.in RewriteRule .* - [F] @@ -154,3 +154,4 @@ RewriteRule ^download-photo-print/([0-9]*)/$ Toolkit/Photos/photoProxy.php?type= ############### RewriteRule ^giveaway/? index.php?catid=17 [L] RewriteRule ^passport/? index.php?catid=16 [L] +RewriteRule ^headwaters/? index.php?catid=69 [L]