[wp-trac] [WordPress Trac] #3553: MuWordPress strips out the port
in the domain name
WordPress Trac
wp-trac at lists.automattic.com
Tue Jan 9 22:22:43 GMT 2007
#3553: MuWordPress strips out the port in the domain name
----------------------------+-----------------------------------------------
Reporter: almt | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.2
Component: Administration | Version:
Severity: major | Keywords:
----------------------------+-----------------------------------------------
I'm unable to access the login pages, due to excessive rewrites. That's
because my apache server uses a non-standard port, 8000, as I'm not
running it as root.
Commenting out this line in wpmu-settings.php solves the problem (sort
of):
$domain = preg_replace('/:.*$/', '', $domain); // Strip ports
However, I'm still not able to login. I can tell it is able to
authenticate my password, but it keeps bringing me back to the login page.
I do have cookies enabled and my web site does not start with "www".
I did not change any other scripts.
--
Ticket URL: <http://trac.wordpress.org/ticket/3553>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list