Tag Archive: mod_rewrite

Aug
22
2008

How to hide a worpress instance behind a different apache server with mod_rewrite

I had the need to move my blog running wordpress 2.0.x to a different server, but keeping the domain name on the “old” server. I tried to do this with mod_rewrite and succeeded only partially :-( after some hours of hacking around with mod_rewrite and wordpress itself i got i working and want to share my solution: note: let’s call the origin server SERVER A and the “new” server running wordpress and mysl SERVER B.

Continue reading »