projects
/
web
/
SooLocks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c67a5f4
)
Update .htaccess file for schedule redirect
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 9 Jun 2014 19:51:30 +0000
(15:51 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 9 Jun 2014 19:51:30 +0000
(15:51 -0400)
Needed for the schedule application
.htaccess
patch
|
blob
|
history
diff --git
a/.htaccess
b/.htaccess
index
460675a
..
077b385
100644
(file)
--- 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 ##
###############