My Wordpress site not showing images

sareex10

New Member
Messages
6
Reaction score
0
Points
1
Hello. My website is only showing image placeholders even though the image files are present in file manager. Can someone help me please. Thank you.
 

Attachments

  • 09A5E5F7-84F8-4E45-AB8A-AA3D1111A6B8.png
    09A5E5F7-84F8-4E45-AB8A-AA3D1111A6B8.png
    171.1 KB · Views: 2

Anna

I am just me
Staff member
Messages
11,772
Reaction score
591
Points
113
Part of the problem would be because all your uploads folder appears to have the wrong permission, 777 is very insecure as it makes it writable to anyone, also the images themselves also have the wrong permissions set. In general any files (images, html/php documents etc) should have 644 set for permission, your images all have 666.

I have changed the permissions for files and folders, since that alone did not solve the problem I checked the error_log which told me that there was a .htaccess file in the uploads folder with an disallowed command, I disabled that command (Options -ExecCGI) and your images now loads. That .htaccess seem to come from "CERBER CLAMPS" at least that is noted at the top of that snippet in the .htaccess.

This means that whatever feature you added will not work properly on our free hosting, at least not that part of it.
 
Top