From 10b0a8b86c6bcbc562b007b9843f48039b9e9570 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 13 Aug 2014 16:22:30 -0400 Subject: [PATCH] Photo Gallery setup for photo styles --- .htaccess | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.htaccess b/.htaccess index 01b639b..ab33436 100644 --- a/.htaccess +++ b/.htaccess @@ -141,6 +141,14 @@ RewriteRule ^video-active-toggle/([0-9]*)/ Toolkit/Videos/toggleActive.php?kpass # Toggle featured on /off RewriteRule ^video-featured-toggle/([0-9]*)/ Toolkit/Videos/toggleFeatured.php?kpass=&id=$1 + +############ +## Photos ## +############ +RewriteRule photoSearch Toolkit/Photos/photoSearch.php [QSA,L] +RewriteRule ^download-photo-web/([0-9]*)/$ Toolkit/Photos/photoProxy.php?type=web&photo_id=$1 [L] +RewriteRule ^download-photo-print/([0-9]*)/$ Toolkit/Photos/photoProxy.php?type=print&photo_id=$1 [L] + ############### ## REDIRECTS ## ############### -- 2.17.1