Hello Guys, I had a wordpress blog on the root folder but now have transferred it to the new directory / folder i.e. it was initially www.abc.com and now it is www.abc.com/abc-acb-abc/ The help I needed it to redirect all previous blog posts (which was on the root) to the new /abc-acb-abc/ folder. As per my knowledge, it can be done through .htaccess but really don't know about the code needed to make it done. It will be a great help to me. I am open to discuss it to Skype, PM or email. Thanks in Advance.
I just setup a .htaccess generator the other day haha, you might find it useful: http://www.htaccessredirect.com The code though, is: //301 Redirect Entire Directory RedirectMatch 301 oldpath(.*) newpath/$1 Code (markup):
Yes you are right my friend, I am looking for redirection to all the posts instead of the homepage redirection to the new directory.