From f20c14cdf919fe66f97fe2fc3df5a946929e39fa Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 4 May 2017 13:15:47 -0400 Subject: [PATCH] Add rewrite rule for headwater url --- .htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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] -- 2.17.1