From e28ded320d0b31266a32575868b12c0f0486af6c Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 15 Jan 2016 15:50:38 -0500 Subject: [PATCH] Adding new rewrites for giveaway and passport --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index aa8469d..573c329 100644 --- a/.htaccess +++ b/.htaccess @@ -144,3 +144,5 @@ RewriteRule ^download-photo-print/([0-9]*)/$ Toolkit/Photos/photoProxy.php?type= ############### ## REDIRECTS ## ############### +RewriteRule ^giveaway/? index.php?catid=17 [L] +RewriteRule ^passport/? index.php?catid=16 [L] -- 2.17.1