• 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.

    • This topic was modified 2 years, 3 months ago by bcworkz. Reason: code format fixed

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • This sounds more like a misconfiguration on the server. Have you already contacted the hosting support for this?

    Thread Starter danielmuky

    (@danielmuky)

    I hadnt contacted them actually..
    But I resolved the issue by uninstalling the whole installation, reinstalling and restoring the site from a backup..thanks for the advise though

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No content disposition supplied-Error when uploading images’ is closed to new replies.