2012-12-22, 02:27:29
Hi all,
For some reason, images uploaded to the data/uploads directory won't appear on my site. Attempting to navigate to the image's URL there results in a "Forbidden / You don't have permission to access [relative URL].png on this server"
The .htaccess file for the directory contains just two lines:
The permissions for the files originally were something like 644, but I changed them to 755. The permissions for the directory itself was always 755.
Any ideas what's going on? Thanks for your help, and apologies if this has been addressed before -- I couldn't find it in the forum.
tf
For some reason, images uploaded to the data/uploads directory won't appear on my site. Attempting to navigate to the image's URL there results in a "Forbidden / You don't have permission to access [relative URL].png on this server"
The .htaccess file for the directory contains just two lines:
Quote:Code:Options -Indexes
Allow from all
The permissions for the files originally were something like 644, but I changed them to 755. The permissions for the directory itself was always 755.
Any ideas what's going on? Thanks for your help, and apologies if this has been addressed before -- I couldn't find it in the forum.
tf