Mail Index


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ApacheGallery] 403 error in .cache dirs



I'm having an issue accessing images in the .cache/ directories. Folder
views work fine, but thumbnails and *non-original* size images return a 403
Forbidden.

<apache_error_log>
....  access to /pictures/January/.cache/100x66-picture.jpg failed


The cache directory is writable by the web server, and the cache images get
created just fine. They just can't be accessed. I'm sure this is a
mis-config in my apache setup.

I have no .htaccess files, and have
<Directory />
  Options All
  AllowOverride None
  Order allow,deny
  Allow from all
</Directory>