I set up two seperate Wordpress on a newly-spun Ubuntu server following these directions:
Everything worked fine at that point, but I then enabled multi-site on the separate Wordpress installations. For that I followed the directions here: https://www.digitalocean.com/community/tutorials/how-to-set-up-multiple-wordpress-sites-using-multisite
I ran into the topic issue; while one installation works fine, when I try to access the “My Sites” functionality, as soon as I hover over any of the Network Admin links, the second site links to the admin functions of the first. All the links otherwise (except the circular refresh plugins icon at the top) on the second site work correctly, it’s just the Network Admin stuff.
Any thoughts on what would cause this?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
In your
wp-config.php
files, what did you uses forDOMAIN_CURRENT_SITE
? The multisite tutorial that you linked to suggests:That might cause a problem with two setups on the same IP address. Try using the domain names instead.