Add rewrite rule for headwater url
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 4 May 2017 17:15:47 +0000 (13:15 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 4 May 2017 17:15:47 +0000 (13:15 -0400)
.htaccess

index 188082b..7268c14 100644 (file)
--- 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]