Photo Gallery
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 13 Aug 2014 20:22:30 +0000 (16:22 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 13 Aug 2014 20:22:30 +0000 (16:22 -0400)
setup for photo styles

.htaccess

index 01b639b..ab33436 100644 (file)
--- 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 ##
 ###############