• hello!
    a firm had devloped my site and now I have it in my server (bluehost.com) and it works so long I can not install network, but I need the network. as soon as I put coden in wp-config that redirect to the server that the developer had used. how can you change the network is working and using my url?

Viewing 13 replies - 16 through 28 (of 28 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Okay, so you need to EITHER change your server/htaccess to NOT force the www, or you need to edit WP to require it.

    Thread Starter everest191

    (@everest191)

    Hi I reinstall wp and here is my htaccess what must be change

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPres
    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Please take the time to actually read what the directions, from WP, say when you activate multisite. It actually says what you should replace your .htaccess with.

    Read THAT, copy it, REPLACE.

    Thread Starter everest191

    (@everest191)

    tanks I have read. the problem is when I copy the code from admin/tools into the config I get error stabilishing database if the subdomai is false and when it is true I gethttp://www.mysite.com/wp-signup.php?new=www.mysite.com in adress bar and the message is this site has a redirect loop
    as you se in adress bar there is no http and only www
    thank you for repalying

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Okay. Then in your wp-confing.php file, chnage this:

    define('DOMAIN_CURRENT_SITE', 'www.myclientsdemo.com');

    to this:

    define('DOMAIN_CURRENT_SITE', 'myclientsdemo.com');

    See if that helps.

    Thread Starter everest191

    (@everest191)

    I have not any define (‘domain…) I add the other one but it is the same problem

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    I have not any define (‘domain…) I add the other one but it is the same problem

    Then you, yet again, did not copy everything over as instructed.

    You have to copy the information provided from WP into your wp-config.php AND the .htaccess

    You keep not doing this, and that’s why Multisite won’t work for you. If this is too hard, you need to hire someone to manage your network, or not do this. Multisite is complicated, and it’s harder than regular WordPress.

    Thread Starter everest191

    (@everest191)

    HI
    I have done exact same that you said and I have same problem

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    We’re back to the beginning here. What is the full multisite section of your current wp-config.php?

    Thread Starter everest191

    (@everest191)

    Hi
    I add this one in config define( 'WP_ALLOW_MULTISITE', true ); and in my admin/tools I got this one”

    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', false);
    define('DOMAIN_CURRENT_SITE', 'www.borderlessnews.com');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);

    but as soon as I added this one in config I get error…..
    I have buddypress, and bp-link and bp-group installed. they work good, but the problem is that I need subdomain and I have got wildcard from my host.
    can buddypress create problem?!!

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    DISABLE all your plugins before activating multisite please. That’s acutally something you’re warned about and told to do over and over.

    Also exactly what error do you get?

    Thread Starter everest191

    (@everest191)

    Hi
    I disabled all plugins except buddypress,( because if I disable buddypress I can not see the admin nigther the site, it will become a white page) and after disabling I had the same problem!

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Well that’s a problem.

    You MUST disable BuddyPress, and if you can’t, I suspect that’s why none of this works.

Viewing 13 replies - 16 through 28 (of 28 total)

The topic ‘network on another url’ is closed to new replies.