Changeset 1046

Show
Ignore:
Timestamp:
09/10/07 11:31:29 (1 year ago)
Author:
donncha
Message:

Redirect to the main signup page, even on vhost=no, fixes #406

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-signup.php

    r983 r1046  
    1212do_action("signup_header"); 
    1313 
    14 if( $current_blog->domain != $current_site->domain ) { 
     14if( $current_blog->domain . $current_blog->path != $current_site->domain . $current_site->path ) { 
    1515        header( "Location: http://" . $current_site->domain . $current_site->path . "wp-signup.php" ); 
    1616        die();