Really Great Plugin!
-
This has been extremely useful! Works great!
Thank you so much!
*************************
No longer works with WP 4.2.1Was great up until now. I wish I knew how to fix it. If there’s a developer out there, could this be updated?
Thank you.FYI: I used the following solution. I am redirecting like so:
‘Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^(www\.)?yourcurrentdomain\.com$ [NC]
RewriteRule ^ http://yournewdomain.com%{REQUEST_URI} [L,NE,P]’This will allow you to forward your domain and keep it’s original name on the new site that you’re pointing to.
Hope it helps someone. Have a great day!
The topic ‘Really Great Plugin!’ is closed to new replies.