• Resolved srh124

    (@srh124)


    Hi all.
    I’m using subdomain for serving images in uploads folder. These days i had problem for displaying images(403 error). Finally i noticed that it’s due to incorrect permission for uploads/2017 folder. I set it to 755 and for subfloders as well. Now, i get following error when accessing newly uploaded images:
    Not Found
    The requested URL /home2/gistechi/public_html/wp-content/uploads/(.*) was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Older images displayed well. Any hint?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Check the ownership and permissions of the older folder that’s working, and apply the same ownership and permissions to the 2017 folder.

    Any particular reason you’re using a subdomain for this? WordPress handles this pretty well out of the box. Just curious.

    Thread Starter srh124

    (@srh124)

    Thanks man.
    After a while problem solved. It was may due to using a Cache plugin.
    Also, because i had some codes in my .htaccess to not allow other sites to use my images in their posts, i couldn’t use direct link to see my images.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘404 error in using subdomain for images’ is closed to new replies.