Multisite – unable to upload images
-
Hi,
Since installing multisite and domain mapping I have been unable to upload images. I can’t insert images direct into a post/page or upload images with the “NextGEN Gallery” feature. When I click upload the page just keeps “waiting” until eventually it times out.
I can’t upload images either on the primary blog/domain or the additional blog/domain thats been setup.
Uploading images worked fine before multisite was installed.
If I manually upload the images to the relevant NextGEN Gallery directory and scan it then it finds the images and adds them fine.
I’m running Apache/2.0.64 (Win32) mod_ssl/2.0.64 OpenSSL/0.9.8o PHP/5.2.16 on my own managed server.
The “\wp-content\blogs.dir” exists but is empty.
.htaccess exists and contains the following:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # 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).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]Any ideas?
Many Thanks.
Steve
The topic ‘Multisite – unable to upload images’ is closed to new replies.