Hello there,
Currently, my blog is located in the root dir of my web, but because of I wanna launch a regular website beside the blog, I wanna move it into the subdir "myweb.com/blog".
Technically I know what to do (modify config, move files).
The problem is, that I dont wanna loose all the links from external sites which are pointing to my blog (to specific articles)
For instance, if someone uses this link http://www.myweb.com/category/myarticle/ but the blog isn't in the root dir anymore, how can I redirect all this requests to http://www. myweb.com/blog/category/myarticle/.
I also wanna redirect visitors from the top level domain directly to the subdir till my regular website is ready to launch. That means if someone goes to myweb.com, he should automatically see the blog in the subdir (till I remove the auto-redirect).
I guess I've to use a .htaccess in the root dir?
Any ideas?
Thank you very much