
William Witteman via talk wrote on 2025-06-04 16:28:
When I put either URL in the browser's address bar, I get to the site (yay), and the URL gets rewritten in the address bar to the default (boo).
The two domains are in different languages, so ideally you would get the language appropriate to the URL you used, but because it gets rewritten, I can't seem to make this work.
Any hints would be appreciated!
I didn't think this was possible, but I was wrong. https://developer.wordpress.org/advanced-administration/multisite/create-net... https://learn.wordpress.org/tutorial/introduction-to-wordpress-multisite-net... Main item from a quick read of those is:
To enable multisite, you need to edit the wp-config.php file in the root directory of your WordPress install and define the PHP constant WP_ALLOW_MULTISITE as true.
define( 'WP_ALLOW_MULTISITE', true );