• Hi, this is the special case and I am not sure if it is even possible.
    There is special website and system on domain and no chance to move it to WordPress. But on subdomains it would be helpfull to have multisite installation for blogs etc. Is it possible? Where (and how) to install multisite to achive this? Thank you very much for your ideas…

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Not easily. You’d have to be pretty savvy with domains and such.

    Thread Starter pavelevap

    (@pavelevap)

    Yes, but I would like to try it. I do not know where should be better to start? Installing multisite on any subdomain? Or subdirectory of main domain? Any idea?

    I’ve got it working but it’s running slow.
    I created 2 subdomains and pointed them to the same directory in my server setup.

    sub1.domain.com -> /sub1
    sub2.domain.com -> /sub1

    I installed WP on sub1.domain.com. Added the MU settings and added sub2. After adding sub2 I needed to change the url from sub2.sub1.domain.com to sub2.domain.com.

    In your config.inc.php add

    define( 'NOBLOGREDIRECT', 'https://domain.com' );
    $cookie_domain = '.domain.com';

    They all work, accept… it’s slow, really slow, it slows down my whole server. All none related sites as well. So their seems to be a problem with the mapping if it’s no installed in the root directory of you domain.

    No solutions found yet. So Any idea’s are welcome.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    In your config.inc.php add

    Yeah, don’t ever, ever edit core like that.

    Try using domain mapping plugins instead.

    Sorry, that should have been
    wp-config.php

    Working on different site’s at the same time… ??

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Ah. That will (mostly) work.

    Still, don’t edit the URLs in settings like that. You cna do it with mapping, and it’ll run a bit faster.

    I have no clue what exactly happens if you runs this:
    wp-admin/upgrade.php
    But it definitely speeded up the MU back-ends of all sites.
    See: https://www.ads-software.com/support/topic/wp-admin-of-secondary-blogs-runs-super-slow?replies=17#post-2261774

    @ipstenu, thanks for the support.

    Thread Starter pavelevap

    (@pavelevap)

    @shortye: So, slowdown was not related to installing multisite on subdomain? It would be great… Maybe this can be somehow related to this issue: https://core.trac.www.ads-software.com/ticket/18292 ?

    I created 2 subdomains and pointed them to the same directory in my server setup.

    How it was achieved? With the help of .htaccess or any other way (symlink)?

    @pavelevap Could be, but doesn’t seem likely, the problem occurred on a fresh 3.3.1 install. So it feels more like a db entry that’s get reset or properly set. But I’m really not an expert on this problem.

    I’ve got a Parallels panel running on the server where you can easily add subdomains and point them to their corresponding directory. (In my setup the dir is outside the root of the main website ( /var/www/httpdocs/ v.s. var/www/subdomain/ )

    Hope it helps.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Installing multisite for domain which is not powered by WordPress’ is closed to new replies.