No content disposition supplied-Error when uploading images
-
Hi,
I recently moved some WordPress sites from a shared hosting to another, the first was shared and the second is as well but with me as the whm manager.
Two of the sites after migration(with wpvivid) have a problem that when I try to upload anything to them(I manage them) this error occurs “no content disposition supplied” and the upload doesn’t go through.
With one site the problem was resolved when I added this code to .htaccess file and also updated the permalinks# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] Header set Access-Control-Allow-Origin "*" Header set Access-Control-Allow-Headers "Origin, X-Requested-With, Content-Type, Content-Disposition, Accept" </IfModule> # END WordPress
But with this one (katorhealthline.co.) nothing seems to work.
Some help will be highly appreciated.
The page I need help with: [log in to see the link]
- The topic ‘No content disposition supplied-Error when uploading images’ is closed to new replies.