Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个网页,用户可以在其中将文件上传到服务器,并且我没有限制文件类型。什么是使该文件夹不可执行并只允许在访问时下载所有文件的最佳解决方案。
到目前为止,我在该文件夹中有以下 .htaccess 文件:
<Files *.*> ForceType applicaton/octet-stream </Files>