projects
/
web
/
GaylordGolfMecca.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3984aac
)
rewrite from nav to blog in htaccess
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 10 Mar 2015 16:07:10 +0000
(12:07 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 10 Mar 2015 16:07:10 +0000
(12:07 -0400)
.htaccess
patch
|
blob
|
history
diff --git
a/.htaccess
b/.htaccess
index
7b971af
..
7b2e3f5
100644
(file)
--- a/
.htaccess
+++ b/
.htaccess
@@
-35,6
+35,7
@@
RewriteRule ^events/([0-9]*)/$ index.php?catid=$1 [QSA,L]
RewriteRule ^VisitorGuide/(.*)/$ pdf-download.php?uidpdf=$1&pdf_file=VisitorGuide [L]
RewriteRule ^.*-([0-9]*)/([0-9]*)/$ index.php?catid=$1&photo_catid=$2 [L]
# rewrites for the toolbox pages
+RewriteRule ^.*-12/ http://blog.gaylordgolfmecca.com/ [R=301,L]
RewriteRule ^.*-([0-9]*)/index.php index\.php?%{QUERY_STRING}
RewriteRule ^.*-([0-9]*)/$ index\.php?catid=$1 [QSA,L]