The MU forums have moved to WordPress.org

Subdomains stripped from Sites Page "Backend" link. (5 posts)

  1. bsimms57
    Member
    Posted 13 years ago #

    I just did an auto upgrade to the new 3.0. I removed wp-content/blogs.php and updated .htaccess to use wp-includes/ms-files.php instead. Now I am finding that when I go to: Super Admin > Sites > Backend, all of the subdomains have been stripped out of the wp-admin links. Any suggestions?

    Bill Simms

  2. bsimms57
    Member
    Posted 13 years ago #

    My .htaccess file

    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

  3. andrea_r
    Moderator
    Posted 13 years ago #

    It might be a plugin conflict. The only time I've seen this in the betas & RCs is when people were using the domain mapping plugin.

  4. bsimms57
    Member
    Posted 13 years ago #

    Re:Domain Mapping Plugin for WPMU 3.0
    Andrea,
    You are exactly right! I removed the plugin from mu-plugins and the subdomain links re-appeared.

    I have emailed Donncha of this issue and trust he will have an update to the current "Version: 0.5.1" in the near future at http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/

    Thanks,
    Bill Simms
    Everett WA
    [sorry, no sigs - mod]

  5. PeteMall
    Member
    Posted 13 years ago #

    Try the latest development version. It's working fine on my test install.

About this Topic

  • Started 13 years ago by bsimms57
  • Latest reply from PeteMall