Internal Server Error trying to login to Multisite Subsite
-
Hello,
I have set up a new multisite install in a subdirectory of my server root.
Currently, there exist 3 separate WP sites that I want to move into the multisite network.
One of the domains is the primary domain and is installed in the server root. The other two websites are add-on/subdomains and have their own WP installs in subfolders.
I am trying to achieve that when someone tries to access one of the 3 independent sites, they are re-directed to the appropriate site in the multisite network.
I read elsewhere in the forum that I need to change the document root for the subdomains/addon to my multisite. Then I need to log into my multisite dashboard and edit the Site Address URL for my subsites.
I’ve done this and this seemed to work for the most part when I access my subsite on the front-end, but trying to log in to the backend by clicking on ‘dashboard’ from my multisite backend makes me have to log in again. When I log in, I get the error that Cookies are not enabled, etc..
I followed the advice and added
define('COOKIE_DOMAIN', $_SERVER['HTTP_HOST'] );
to thewp-config
of my multisite install but I’m not able to get around this even after deleting cookies/hard-refreshing the browser.When I try to login to a subsite directly via the
subsite.com/wp-admin
address, I get an Internal Server Error with no detail, just saying there is an error.I’m not sure what to do. I figure this is something in my cPanel, or maybe something to do with
.htaccess
either from my server root or from the install directory of my multisite.I also tried ‘Saving Changes’ in my Network Settings hoping to refresh the permalinks or something like that but still nothing.
Any help would be greatly appreciated!
- The topic ‘Internal Server Error trying to login to Multisite Subsite’ is closed to new replies.