[wp-trac] [WordPress Trac] #16835: 'Page not found' error in title of wp-activate.php
WordPress Trac
wp-trac at lists.automattic.com
Thu Apr 7 03:45:26 UTC 2011
#16835: 'Page not found' error in title of wp-activate.php
-------------------------------------+-------------------------
Reporter: SteveNL | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: General | Version: 3.1
Severity: normal | Resolution: worksforme
Keywords: reporter-feedback close |
-------------------------------------+-------------------------
Comment (by nacin):
Replying to [ticket:16835 SteveNL]:
> While setting up an network, I noticed the title of the 'wp-
activate.php' page said 'Page not found'. I read that this bug should've
been fixed a couple of versions ago, but it probably still exists.
It should have been fixed -- #13638.
You probably have a plugin interfering with the rewrite rules then. Can
you dump those and see if these are present?
{{{
$registration_pages['.*wp-signup.php$'] = $this->index . '?signup=true';
$registration_pages['.*wp-activate.php$'] = $this->index .
'?activate=true';
}}}
They'll only be available from the main sit.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16835#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list