Using multiple domain
-
Hi
Just for information.
I’m using it with multiple domain ( using multiple domain plugin ).
By default, it only works with the main domain url.To let it work properly with all domains, you have to set the WP_SITEURL variable manually in wp-config.php to:
define( 'WP_SITEURL', 'https://' . $_SERVER['SERVER_NAME']);
You should probably duplicate and adjust the .htaccess rules for the other domains too.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Using multiple domain’ is closed to new replies.