conormacaoidh Posted March 25, 2009 Share Posted March 25, 2009 Hi, I am thinking of moving my blog into a new subdomain of my website. The problem is that I have had it for almost a year and I don't want to loose all my trafic. I need to write a script that re-directs all incoming links, that look like wordpress links, to the new website with mod_rewrite. Is that the best way of tackling my problem? Just of the top of my head this is the kind of thing I have in mind, I just want to know if there is an easier way than this that I'm missing? RewriteEngine on redirect index.php/archives/* http://blog.macaoidh.name/index.php/archives/* How can I take everything after the * in the URL and append it to the end of the new URL? Thanks for your help Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.