Jump to content

Domain Move + URL Rewriting


conormacaoidh

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/151099-domain-move-url-rewriting/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.