• I am having the following problems installing a WP Multisite locally.

    When I type my.domain/wp-admin in the browser address bar I get something like this:
    http://grupobf.org/wp-admin/grupobf.org/wp-login.php?redirect_to=http%3A%2F%2Fgrupobf.org%2Fwp-admin%2F&reauth=1

    As you can see, I get some duplication. If I cut out this part wp-admin/grupobf.org/, I can access my login window.

    So this is my first problem.

    After I do the login, I try to access the dashboard of one of the pages, and some resources url have some duplicate content too, so I don’t have proper wp-admin page.

    The first resource the page tries to load, and fails is this
    http://grupobf.org/wp-admin/grupobf.org/wp-admin/load-styles.php?c=1&dir=lt…shicons,admin-bar,wp-admin,buttons,wp-auth-check,wp-color-picker&ver=3.9.1

    So as you can see, the grupobf.org/wp-admin/ is duplicate. Maybe this is all the same problem, I don´t know.

    Any suggestions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Bet Hannon

    (@bethannon1)

    What’s in your htaccess?

    Have you tried disabling all plugins (both network & single sites) to see if this is related to any plugins behaving badly?

    Thread Starter motard

    (@motard)

    Hi Bet. Thx for your reply.

    I have already solved part of the problem. My first problem I still haven’t manage to fix but the second one is fixed.

    I added the following to wp-config

    define('CONCATENATE_SCRIPTS', false );

    and that allowed the resources to load correctly.

    Moderator Bet Hannon

    (@bethannon1)

    I would look for a plugin conflict first. Test by deactivating all plugins (both network & single sites)

    Then, if that doesn’t fix it, look at the htacess for some sort of funky redirect.

    Thread Starter motard

    (@motard)

    My htaccess seems to be fine, well at least is the one generated by wp.

    And since i can log in to my main site, Grupo Beijaflor without no problem, well I am not going to bother with the other problem.

    Thx for your help Bet 😀

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Multisite installation problems’ is closed to new replies.