Question on URL redirection for wordpress blog -
so long had installed wordpress blog on domain points url this
http://www.domainname.com/xxxx/blogs/
now have shifted new hosting, had set blog in following way
http://www.domainname.com/blog
the search engines have indexed earlier url see same when search in search engines.
is there easy way redirect old url new url.
thanks in advance
karthik
you have put .htaccess file , set redirection. .htaccess file in public_html.
rewriteengine on rewriterule ^/xxxx/blogs/(.*)$ /blog/$1 [r]
this should doo...
Comments
Post a Comment