From: Steve Sutton Date: Wed, 13 Aug 2014 20:22:30 +0000 (-0400) Subject: Photo Gallery X-Git-Tag: V1.0^2~89 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=10b0a8b86c6bcbc562b007b9843f48039b9e9570;p=web%2FKeweenaw.git Photo Gallery setup for photo styles --- 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 ## ###############