[wp-trac] [WordPress Trac] #13564: MU - Images not displaying
WordPress Trac
wp-trac at lists.automattic.com
Fri May 28 02:37:12 UTC 2010
#13564: MU - Images not displaying
------------------------------------+---------------------------------------
Reporter: thevegastourist | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone:
Component: Multisite | Version: 3.0
Severity: normal | Resolution:
Keywords: multisite image upload |
------------------------------------+---------------------------------------
Changes (by thevegastourist):
* cc: thevegastourist (added)
* status: closed => reopened
* resolution: invalid =>
Comment:
Here is my .htaccess file.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2
[L]
The .htaccess file is as requested by others on trac,
What new needs to be added or changed?
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
</IfModule>
# END WordPress
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13564#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list