Hello!
I am installing WordPress MU on a server in our intranet. The server and site show up with the url http://wordpress-dev/wordpress-mu. However, I am unable to log in, because cookies are not being set for this domain.
I have no problem logging in from Safari, and I can see cookies being set for "wordpress-dev" and ".wordpress-dev' (in Safari). Is this a Firefox issue?
Here are some relevant statements from my wp-config.php file:
$base = '/wordpress-mu/';
define('DOMAIN_CURRENT_SITE', 'wordpress-dev' );
define('PATH_CURRENT_SITE', '/wordpress-mu/' );
---
I found a possible explanation: http://stackoverflow.com/questions/1019876/cookie-on-an-intranet-domain
---
What are some possible solutions? I tried changing the DOMAIN_CURRENT_SITE definition, and that was totally not the right thing to try. Is there a way to work around this other than changing the domain name on the server side?