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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -