Image will not upload.
-
I am using a WordPress multisite I have a problem where the standard flash up-loader will not upload photos, files or anything for this matter.
I have made sure my HT access matches that which my Network Install tells me to do so… See below.
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L]
I have noticed that this can be very sporadic, one moment it works… next it’s refusing to upload and will only work by the browser uploader? Very confused! Thanks
Any help will be appreciated?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Image will not upload.’ is closed to new replies.