Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter karyignite

    (@karyignite)

    My root site works perfectly.

    I didn’t do anything differently. All are the same set up.

    Posted 5 days ago #
    My root site is https://www.ignitecreative.tv

    The permalinks for one of my sites works perfectly.
    https://www.igniterising.com

    However for https://www.kundaliniyogacollective.co.uk all my permalinks are showing up as https://ignitecreative.tv/kundaliniyogacollective/

    Permalinks for this site https://www.fairtunes.org all work perfectly – except in the footer which I altered the most recently.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    You’re REALLY confusing me with the back and forth about what does and does not work, so please bear with me asking things I KNOW you’ve answered, but do answer them as asked this time ?? I’m keeping them simple for a reason here.

    1) Do pretty permalinks work on https://www.ignitecreative.tv ? You don’t have any posts there so I can’t actually tell…

    2) Did you set up a no-blog redirect in wp-config? https://www.ignitecreative.tv/dsfsdfdsfs redirects me to https://www.ignitecreative.tv which IMPLIES you set one up, but I’m not sure.

    3) When you set up https://www.kundaliniyogacollective.co.uk/ with domain mapping, did you make it the primary URL for that site?

    Thread Starter karyignite

    (@karyignite)

    1) Do pretty permalinks work on https://www.ignitecreative.tv ? You don’t have any posts there so I can’t actually tell…

    yes they work fine

    2) Did you set up a no-blog redirect in wp-config? https://www.ignitecreative.tv/dsfsdfdsfs redirects me to https://www.ignitecreative.tv which IMPLIES you set one up, but I’m not sure

    not as far as i remember or aware. it wasn’t me who set up the multisite – but he also does not think so

    3) When you set up https://www.kundaliniyogacollective.co.uk/ with domain mapping, did you make it the primary URL for that site?

    Yes its set up as primary

    tk u

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Open up the wp-config.php file.

    What do you have in the Multisite section?

    Thread Starter karyignite

    (@karyignite)

    Tk u

    /* Multisite */
    define('WP_ALLOW_MULTISITE', true);
    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', false);
    define('DOMAIN_CURRENT_SITE', 'ignitecreative.tv');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);
    
    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', false);
    define('DOMAIN_CURRENT_SITE', 'ignitecreative.tv');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);
    
    /* That's all, stop editing! Happy blogging. */
    
    /** Enable or disable Worpress Multi-site features **/
    define('WP_ALLOW_MULTISITE', true);
    
    /** Absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
    	define('ABSPATH', dirname(__FILE__) . '/');
    
    define( 'SUNRISE', 'on' );
    
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');
    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Do you REALLY have everything in there twice?

    It should be this:

    /* Multisite */
    define('WP_ALLOW_MULTISITE', true);
    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', false);
    define('DOMAIN_CURRENT_SITE', 'ignitecreative.tv');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);
    
    define( 'SUNRISE', 'on' );
    
    /* That's all, stop editing! Happy blogging. */
    
    /** Absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
    	define('ABSPATH', dirname(__FILE__) . '/');
    
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');

    Also? DO NOT put anythgin below the line that says to stop editing ?? I mean, what I put there for you is fine, but you had SUNRISE down there, and that jacks things up/

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Permalinks for multisite’ is closed to new replies.