[wpmu-trac] [WordPress MU Trac] #1077: Uploaded/new images are not available after WPMU 2.8.2 install
WordPress MU Trac
wpmu-trac at lists.automattic.com
Thu Jul 30 12:01:37 UTC 2009
#1077: Uploaded/new images are not available after WPMU 2.8.2 install
-----------------------+----------------------------------------------------
Reporter: Rage00001 | Owner: somebody
Type: defect | Status: new
Priority: high | Milestone: 2.8.2
Component: General | Version: 2.8.2
Severity: blocker | Keywords: images, 404, htaccess, media
-----------------------+----------------------------------------------------
Changes (by Rage00001):
* milestone: WPMU 2.0 => 2.8.2
Comment:
Well...
The image located /wp-content/blogs.dir/1/files/2009/07/myimage.jpg are
not available but are present in that folder.
Images uploaded before, and new uploads are stilllocated where they
should..
I do however get an 404 when i try to connect to them directly for some
reason i don't understand... But they are there....
*******************
.HTACCESS CONTENT
*******************
#Prevents directory listing
IndexIgnore *
RewriteEngine On
RewriteBase /
Redirect /contact
http://helpdesk.battlezone.no/index.php?_m=tickets&_a=submit
Redirect /forum http://forum.battlezone.no
RedirectMatch "wp-signup.php$" /register
#Download plugin
RewriteRule ^download/([^/]+)$ /wp-content/plugins/download-
monitor/download.php?id=$1 [L]
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.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>
**********************
END .HTACCESS CONTENT
**********************
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/1077#comment:2>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list