[wp-trac] [WordPress Trac] #12007: Redirect Loop after setting option MULTISITE true

WordPress Trac wp-trac at lists.automattic.com
Mon Jan 25 15:51:52 UTC 2010


#12007: Redirect Loop after setting option MULTISITE true
--------------------------+-------------------------------------------------
 Reporter:  rfair404      |       Owner:            
     Type:  defect (bug)  |      Status:  new       
 Priority:  normal        |   Milestone:  Unassigned
Component:  General       |     Version:            
 Severity:  normal        |    Keywords:            
--------------------------+-------------------------------------------------
 Went to the network page to enable multiple blogs and was directed to the
 page that provides the new wp-config.php and .htaccess files. Updated them
 on my install but then got into a redirect loop when trying to access ACP.
 I have been there before, so I cleared my cache and cookies, which got me
 logged into the site again.

 I suggest one of two items to correct:

 1 - put a message in the page which provides the new wp-config.php and
 .htaccess code that lets the user know that they need to clear cache and
 delete cookies.
 2 - add the following to the wp-config.php file during the initial
 install.


 {{{
 define('AUTH_KEY', 'put your unique phrase here');
 define('SECURE_AUTH_KEY', 'put your unique phrase here');
 define('LOGGED_IN_KEY', 'put your unique phrase here');
 define('NONCE_KEY', 'put your unique phrase here');
 define('AUTH_SALT', 'xxx');
 define('LOGGED_IN_SALT', 'xxx');
 define('SECURE_AUTH_SALT', 'xxx');
 }}}


 Using trunk 12820

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/12007>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list