Hi again bcworkz,
Following your advice I set this:
define(‘DOMAIN_CURRENT_SITE’, ‘mydomain.com’);
define(‘PATH_CURRENT_SITE’, ‘/’);
And ir works!! 🙂
Thanks a lot!!!
Hi bcworkz,
I have the following in my wp-config.php :-
define(‘DOMAIN_CURRENT_SITE’, ”);
define(‘PATH_CURRENT_SITE’, ”);
The above has been there from the beginning of the WordPress multisite install, so I don’t know why I’m getting the 404 url error.
Now, setting the following values fixed the 404 url error I reported:
define(‘DOMAIN_CURRENT_SITE’, ‘mydomain.com/’);
define(‘PATH_CURRENT_SITE’, ”);
However, when I access https://mydomain.com/wp-admin/network/ I get another error:
mydomain.com redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTS
I’m googling to fix this other issue, will update.
Thank you so much for helping!!
-
This reply was modified 3 years, 10 months ago by alvaromar.