Open GoogleCodeExporter opened 9 years ago
In the meantime, manager by using htaccess with mod rewrite on each of the
domains, but that's not as clean as I'd like...
If someone is looking for the same thing :
RewriteEngine on
Rewritecond %{HTTP_HOST} ^old-domain.com$
Rewriterule ^(.*) http://new-domain.com/$1 [QSA,L,R=302]
If anyone has a clean solution using this plugin, it would be awesome.
Original comment by benja...@blancpm.com
on 22 Oct 2014 at 5:15
Original issue reported on code.google.com by
benja...@blancpm.com
on 22 Oct 2014 at 3:50