From: Steve Sutton Date: Mon, 9 Jun 2014 19:51:30 +0000 (-0400) Subject: Update .htaccess file for schedule redirect X-Git-Tag: v1.0^2~90^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0ea47be10b262723063391d982ecc8c45879a562;p=web%2FSooLocks.git Update .htaccess file for schedule redirect Needed for the schedule application --- diff --git a/.htaccess b/.htaccess index 460675a..077b385 100644 --- a/.htaccess +++ b/.htaccess @@ -132,6 +132,11 @@ 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 +############### +## Schedules ## +############### +RewriteRule ^schedules/(.*)/(.*)/ admin/schedules.php?rt=$1&ac=$2 [QSA,L] + ############### ## REDIRECTS ## ###############