• Anonymous User

    (@anonymized-6417141)


    Hi

    I try to upload new image in the Upload New Media section on the blog but i end up whit a HTTP error.

    I get no error code or other messages. What could be wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • This could possibly be your hosting provider with mod_security. Have you checked with them?

    Edit the .htaccess file and add below code in it:

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    Change the permissions of upload folder to 755.
    Then Go to your WordPress Admin then Settings – Misc. Set ‘Store uploads in this folder’ to: wp-content/uploads and leave Full URL path to files blank.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Upload New Media: HTTP error’ is closed to new replies.