Forum Moderators: phranque
ForceType: [httpd.apache.org...]
Something like:
<Directory /home/username/public_html/download>
ForceType application/octet-stream
</Directory>
You need to explain what you are asking? "force the download" is not terminology that I have ever heard before...
What I mean is the web browser won't display anything; like if someone went to view a image, text or php file for example.. it will prompt them with a download box just like it would for a zip file etc..
Enycyclo... they are not exactly all in the same directory; however they will all be inside subdirectories of the same directory such as..
MainDir/
-> Files1/
-> Files2/
-> Files3/
etc..
Thanks guys!
Jim