After returning via login to collect a download by redirect for a "paid by check" order which was set to "processing" in ADMIN> Orders>I was presented with an order recapand download button displaying the number of downloads I am allowed.
After clicking on Download, a 403 Forbidden Error was thrown explaining:
"You don't have permission to access /Zencart/pub/.redirect-session-folder-name/downloadfilename.pdf
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
-----
I am running v 1.3.8a on a Unix server with the following permission settings:
for Zencart/pub/ 777 (universal everything);
for Zencart/ 755;
for the generated /.redirectsesionfoldername/ 777;
and,
for the downloadfilename.pdf 444 (universal read-only).
A previous test was run with a /Zencart/pub/ folder permission setting of 755 and it produced the exact same result.
Server particulars are:
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8.i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at mydomain.com Port 80
I see froma search of the forums that this is a recurring problem.
Admin setting is to redirect download.
File is recognized in attributes and product.
I have two questions:
1.) Is the download number allowed in the attribute settings the allowed number of download attempts, or the number of complete downloads allowed?
2.) Does anyone see a problem with the settings or server information above which would cause the server to keep throwing a Forbidden Error when everything is in its proper place?
Thanks for your help.




