By benroth2
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?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
In your wp-config.php files, what did you uses for DOMAIN_CURRENT_SITE? The multisite tutorial that you linked to suggests:
define('DOMAIN_CURRENT_SITE', 'YOUR IP ADDRESS HERE');
That might cause a problem with two setups on the same IP address. Try using the domain names instead.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.