i just recently found out i am unable to see the thumbnails of uploaded images (and the images too)
i'm using hebrew WPmu 1.3.2
here is my .htaccess file:
RewriteEngine On
RewriteBase /wordpress/
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [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]
i am using ImageManager and NextGen Gallery plugins just fine to upload and embed images in post.
it's the built-in upload that does not work :-(
i read alooooot of threads on this forum, but none of the tweaks helped :-(
any ideas ?
kindly,
nadav :-)