[wp-trac] [WordPress Trac] #13707: 404 on all admin pages of main blog
WordPress Trac
wp-trac at lists.automattic.com
Fri Jun 11 03:22:19 UTC 2010
#13707: 404 on all admin pages of main blog
--------------------------+-------------------------------------------------
Reporter: abbaanthony | Owner:
Type: defect (bug) | Status: new
Priority: high | Milestone: Unassigned
Component: Multisite | Version: 3.0
Severity: major | Keywords: reporter-feedback
--------------------------+-------------------------------------------------
Comment(by nacin):
Just for kicks, can you try the new subdomain rules:
{{{
RewriteEngine On
RewriteBase /trunk/
RewriteRule ^index\.php$ - [L]
# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule . index.php [L]
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13707#comment:16>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list