I'm currently building a new version of a site in Wordpress and trying to add a few images as normal to be referenced both by CSS & HTML. Weirdly it's allowed me to add several images like the logo etc yet when I try to add a few more images it's giving the forbidden message below. The image doesn't appear either and the forbidden message below shows when I goto the path of the image.

The domain is www.contactinnovation.com.

Forbidden

You don't have permission to access /v2/wp-content/themes/default/images/contact-yellow-icon.png on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I've never had this problem before out of the several other WP sites I've setup. What could be the problem?

If I put in the path to another image then it works fine (http://www.contactinnovation.com/v2/wp-content/themes/default/images/contact-innovation-logo.png) so don't know why it won't allow me to access the other images!?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

you should check file permissions for /v2/wp-content/themes/default/images/contact-yellow-icon.png

i think they should be 644 so that all can read that file

or you can check file permissions of /v2/wp-content/themes/default/images/contact-innovation-logo.png

you can change permissions with ftp manager or with shell

link|improve this answer
That's so odd. It worked but why would the icons be uploaded as 600 when everything else is 644? I haven't changed any settings. I've even tried uploading another image which goes up as 644 yet these 3 icon file (created in the same way as everything else) go up as 600. It has me baffled!! Thanks though. – Rob Feb 7 at 9:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.