• Shan

    (@gilmore_love)


    hello
    how can i change the multisite functionality from subdirectory to subdomain?? how can i figure out my WildCraft DNS is active or not??

    thanks all

Viewing 5 replies - 16 through 20 (of 20 total)
  • edit:
    in step 3 for wp-config.php
    define(‘SITECOOKIEPATH’, ‘/’);
    define(‘COOKIEPATH’, ‘/’);
    define(‘ADMIN_COOKIE_PATH’, ‘/’);
    define(‘PLUGINS_COOKIE_PATH’, ‘/’);

    Great, now do it without hacking. ??

    well, its not really hacking…
    cant help it if app doesnt let me install it if files are in a directory.

    no workaround for that ??

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    This bit:

    2) edit wp-admin/network.php
    change the line :
    function allow_subdomain_install() {
    to :
    function allow_subdomain_install() {return true;

    is the sticking point. If you could do it WITHOUT that line (or if that line can work on a ‘normal’ install, then it may be a fix. But if it’s either/or then it sadly remains a hack and not a fix ??

    well, its not really hacking…

    editing core files is hacking. ??

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘multisite subdirectory to subdomain’ is closed to new replies.