currently, my member has trouble downloading zip files from my server (linux). I wasnt sure where's the problem since this never happen b4.
Let say I have a folder called "test" and there is a zip file called "dafile.zip" Everytime I typed:
http://www.mydomain.com/test/dafile.zip
it gives me 403 error. what happened?
Hello, Have you double checked that the apache user has read access to both the folder and the file and you have something like
Order Allow,Deny Allow from All
in the configuration for that directory in your httpd.conf file?