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

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Perhaps…

    RewriteEngine On
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)/wp-content/plugins/some-folder/(.*)$  https://mysite.com/$1wp-content/plugins/some-folder/$2 [R,L]

    Basically you see this in your .htaccess?
    RewriteRule ^[_0-9a-zA-Z-]+/(wp-content|admin|includes).*) $1 [L]

    You’d want to leverage that.

Viewing 1 replies (of 1 total)
  • The topic ‘multisite rewrite rule help’ is closed to new replies.