GetSimple Support Forum
Rewriting "old" URLs - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Rewriting "old" URLs (/showthread.php?tid=4827)



Rewriting "old" URLs - Alexander_ - 2013-06-07

When trying to redirect "old" URLs from the previous version of a site (still listed in google) to the new URLs of the new site i usually use in .htaccess the line

RedirectMatch permanent ^directory_old/$ /directory_new/

With GS this results in www.example.org/?id=directory_old

What is the right way to do this rewriting form "old" to "new" directory-structure?

Alex


RE: Rewriting "old" URLs - Carlos - 2013-06-08

Take a look at this thread, there are several redirection examples for GS that may work for you:
http://get-simple.info/forum/topic/1552/how-can-i-make-redirection/


RE: Rewriting "old" URLs - Alexander_ - 2013-06-08

That's the thread I was looking for - thx for the hint :-)

Alex