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

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    I take it gallery pricing and kat are all subsites?

    Let’s try turning off canonical redirects… Make a file called disable-canonical.php and put it in the mu-plugins folder (if you don’t have one, make one at the same level as your plugins folder):

    <?php
    /*
    Plugin Name: Disable Canonical URL Redirection
    Description: Disables the "Canonical URL Redirect" features of WordPress 2.3 and above.
    Version: 1.0
    Author: Mark Jaquith
    Author URI: http://markjaquith.com/
    */ 
    
    remove_filter('template_redirect', 'redirect_canonical'); 
    
    ?>
    Thread Starter boundforhome

    (@boundforhome)

    OK thanks, I will try this. Found some other plugin uninstall problem that I need to overcome first, then I’ll give this a go. Appreciate the help.

    And just a note – no, gallery/pricing/kat are *not* subsites. This isn’t really a subsite problem, that I can tell, it just seemed to manifest when I installed Multisite (and presumably made the .htaccess changes). But I could be wrong.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    And just a note – no, gallery/pricing/kat are *not* subsites.

    Are they pages then? Or CPTs?

    And if so, have you tried re-saving permalinks?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘301 redirects that I don't want > result of Multisite & .htaccess changes?’ is closed to new replies.