• Hi,

    I have a problem with my wp multisite installation. It works fine but I have problems with the links in the admin bar. For example, I have 3 sites:

    test.com/
    test.com/site1
    test.com/site2

    But in the admin bar, every link goes to test.com :(. Also the links in “sites” screen and the administration links (always test.com/wp-admin)

    If I write the url, every thing works fine but the links in the admin side don’t work.

    I’m using wp 3.5.1 and nginx.

    I’d really appreciate your help guys!

Viewing 4 replies - 16 through 19 (of 19 total)
  • I’d suggest that you ask the OP to email you directly or post in your dedicated support forum. We encourage posters to be very cautious as not everyone who uses these forums is… shall we say… very ethical.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    If you want to help people here, you do it for free and you share as much as you possibly can.

    If you want to recommend an nginx specific site, it’s fine to link to it (so long as that’s not your only post ?? If it’s your only post, you look like a troll, which you are not).

    mconte – I see a lot of plugins and/or themes that need upgrading. I know this seems odd, but you should try upgrading them to see if it’s a bug with them.

    @alchymyth, @esmi & Ipstenu

    Thank you your answers and suggestions. ??

    I come here to offer free support only in my free time. Usually, nginx-related issues I see on www.ads-software.com forum takes my 5-10 minutes of my time only. (I deal with wordpress-nginx as part of my daily job so answer for many problems are already in my knowledge base.)

    For records, solution to @mconte problem:

    During multisite setup, WordPress ask admin to add few lines (sample below) to wp-config.php above: /* That’s all, stop editing! Happy blogging. */.

    Sample Lines:

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

    On mconte’s site, these lines were added at the top.

    I am yet to get confirmation from mconte.

    I will update this topic if any other issue found on his site.

    Thread Starter mconte

    (@mconte)

    I’ve already tried deactivate all plugins but I the problem still happens… Thanks!

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Links to sites don't work’ is closed to new replies.