Jump to content

Can't upload images


slaw
 Share

Recommended Posts

Hello, I have logged into a client site and have attempted to upload images to add to a page, but they never upload? I even copied an existing image already on the site and tried uploading it again but it's not working? Anyone else experiencing this issue? Macbook Pro running Mojave 10.14 and Chrome 

Screen Shot 2018-11-07 at 9.21.55 AM.png

Link to comment
Share on other sites

16 minutes ago, slaw said:

Failed to load resource: the server responded with a status of 403 (Forbidden)

If other changes can be successfully saved, it may well be an issue of apache mod_security being active. I'm assuming the site is running on apache, of course.

Try to add the following to your .htaccess to see if that's the culprit:

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

If it doesn't work, or if you're unsure, best talk to the server admin / shared hosting provider.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...