• Resolved flashpunk

    (@flashpunk)


    I can’t seem to figure out what is happening here, my https://www.DOMAIN.com works just fine, however, if i try to access DOMAIN.com, it forwards to DOMAIN.com/wp-signup.php?new=DOMAIN.com

    Any help would be appreciated!

Viewing 5 replies - 16 through 20 (of 20 total)
  • you need a wildcard subdomain record both in Apache and your DNS.

    Thread Starter flashpunk

    (@flashpunk)

    Looks like i’ve got it working 100% now.
    Thanks!

    @andrea

    mind helping out here too?

    was upgrading a test-blog from 2.92 to 3.0 beta2, enabled multisite, the blog url was set without www

    the instructions were:

    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, false );
    $base = ‘/’;
    define( ‘DOMAIN_CURRENT_SITE’, ‘www.klub-kamikaze.com’ );
    define( ‘PATH_CURRENT_SITE’, ‘/’ );
    define( ‘SITE_ID_CURRENT_SITE’, 1 );
    define( ‘BLOG_ID_CURRENT_SITE’, 1 );

    WHY? automatically SUBDOMAIN_INSTALL set to false? I prefer TRUE
    Also why would the DOMAIN_CURRENT_SITE be with WWW?

    Hi all,

    no need to add extra rule in your .htaccess ??

    Connect to phpMyAdmin and you’ll find a table named wp_blogs (or any other prefix you choose).
    If you’ve got the redirect problem, in the field domain, normally you’ll find the value www.yourdomain.com (without https:// www.remarpro.com transform my code…) replace it by yourdomain.com

    Enjoy, no more redirect problem ??

    Amicably,

    Pierre.

    Anonymous User 907751

    (@anonymized-907751)

    Hi everyone, I’m having the same exact problem I’ve tried everything above and nothing worked. @flashpunk, I tried to install the plugin, but that didn’t help me – how did you solve it?

    Pierre, I don’t have that value in my wp_blog table of ‘domain’ could you please recommend any other solution?

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Non WWW Path Forwards to Signup Page…’ is closed to new replies.