Rating: 5 stars
Working flawlessly on a configuration with lots of plugins.
If using Polylang, be sure to insert
define('PLL_CACHE_HOME_URL', false);
into wp-config.php as specified here: https://www.ads-software.com/support/topic/multiple-domain-configuration-1
Rating: 5 stars
This has been extremely useful! Works great!
Thank you so much!
*************************
No longer works with WP 4.2.1
Was 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 ^ https://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!
]]>Rating: 5 stars
I searched for at least an hour, maybe more for an easy way to mask domains beyond the home page load. This plug in does it easily. Thank you so much!!!
]]>