Results 1 to 2 of 2
Ok so I have a rather odd issue. I am running Proftpd 1.3 and in my shared dir that I have aliased in my httpd.conf.(So to be clear I have ...
- 07-11-2006 #1Just Joined!
- Join Date
- Jul 2004
- Location
- United States / West Coast
- Posts
- 66
FTP Shared Folder Executeing files?
Ok so I have a rather odd issue. I am running Proftpd 1.3 and in my shared dir that I have aliased in my httpd.conf.(So to be clear I have an FTP account that the folder is a shared downlaod folder so a clan can use it. So they don't need to log into the ftp to download shared files just goto a web link.) Now if the file is a .rar file the server will try to execute it and not download it but a zip file will download just fine. Now since 89% of the files are .rar I would much rather figure out why it's doign this then re compress all the files as .zip. Any ideas?
- 07-11-2006 #2Just Joined!
- Join Date
- May 2006
- Posts
- 31
Put this in your httd.conf:
You can test this in an .htacces file but it really should go in your httpd.conf.Code:AddType application/x-rar .rar


Reply With Quote