( latest wpmu)
searchd all over like crazy
and i cant find anything that works
The files are uploaded to
wp-content/blogs.dir/xx/files/
i can ftp and see the files
but as soon as I insert them in a post i get a smal image with a broken link
mod_rewrite in apache and readfile() i php is active on the server
my htaccess looks like this
RewriteEngine On
RewriteBase /
#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]
if i try to surf to the image:
"The requested URL /coacholofsson/files/b2.jpg was not found on this server. "
i just moved from one host to an other
at the old host it worked normal
(same domain name, just moved it all)
plz help :)