2013-06-07, 20:31:49
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
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