Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I make redirection ?
#6
I had the same problem when I made some redirects on get-simple.info pointing the old docs to the new wiki. Here is what my .htaccess file looks like. Pay attention to the placement of things here:
Code:
RewriteBase /

# redirects from old docs to new wiki links
RewriteRule ^download/requirements/?$ http://get-simple.info/wiki/installation:requirements [R=301,L]
RewriteRule ^docs/theme-codex/?$ http://get-simple.info/wiki/themes:creation [R=301,L]
RewriteRule ^docs/theme-creation/?$ http://get-simple.info/wiki/themes:creation [R=301,L]
RewriteRule ^docs/plugin-creation/?$ http://get-simple.info/wiki/plugins:creation [R=301,L]
RewriteRule ^download/languages/?$ http://get-simple.info/wiki/languages [R=301,L]
RewriteRule ^docs/permalinks/?$ http://get-simple.info/wiki/pretty_urls [R=301,L]
RewriteRule ^docs/installation/?$ http://get-simple.info/wiki/installation [R=301,L]
RewriteRule ^docs/?$ http://get-simple.info/wiki/ [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-f
rewriteCond %{REQUEST_FILENAME} !-d

RewriteRule /?([^/][A-Za-z0-9-]+)/?$ index.php?id=$1 [QSA,L]
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply


Messages In This Thread
How can I make redirection ? - by gimx - 2011-03-16, 11:20:00
RE: How can I make redirection ? - by SoHo22 - 2013-06-19, 21:30:08
RE: How can I make redirection ? - by SoHo22 - 2013-06-24, 03:09:20
RE: How can I make redirection ? - by rhecht - 2013-08-29, 02:17:39
RE: How can I make redirection ? - by rhecht - 2013-08-29, 02:22:06
RE: How can I make redirection ? - by wakh - 2014-03-07, 10:04:37
RE: How can I make redirection ? - by Hypertexter - 2014-06-21, 20:08:32
RE: How can I make redirection ? - by bigthanks - 2015-11-19, 00:09:02
How can I make redirection ? - by yojoe - 2011-03-16, 11:25:57
How can I make redirection ? - by gimx - 2011-03-16, 11:51:57
How can I make redirection ? - by yojoe - 2011-03-16, 20:44:47
How can I make redirection ? - by gimx - 2011-03-16, 22:37:42
How can I make redirection ? - by ccagle8 - 2011-03-16, 22:57:30
How can I make redirection ? - by gimx - 2011-03-16, 23:18:17
How can I make redirection ? - by Texta - 2011-03-17, 00:32:17
How can I make redirection ? - by Draxeiro - 2012-05-10, 20:38:48
How can I make redirection ? - by mvlcek - 2012-05-10, 20:59:01
How can I make redirection ? - by Draxeiro - 2012-05-10, 22:01:21
How can I make redirection ? - by mvlcek - 2012-05-10, 22:29:53
How can I make redirection ? - by Draxeiro - 2012-05-10, 22:58:52



Users browsing this thread: 2 Guest(s)