做一个资源下载网,下载资源不能访问,技术草案

WBOY
Release: 2016-06-13 11:57:38
Original
1018 people have browsed it

做一个资源下载网,下载资源不能访问,技术方案
最近最一个资源下载网,上传文件到制定文件夹,没有加密文件,但是下载的时候可以直接通过地址直接访问,于是乎加了.htaccess文件防止直接访问下载,但是程序读取出来的时候也不能下载了。我就通过程序copy原下载目录的文件出来,但是这样效率很低下,这样就造成了重复不断的复制等,有什么好的解决方案,是否可以使用缓存来缓存下载的文件?如果行 ,代码如何写。谅小弟技术不够 
------解决方案--------------------
将上传的文件放到网站目录的上一级,通过程序来读写。
------解决方案--------------------
http://www.cnblogs.com/c840136/articles/PHP_header_download.html
文件操作读取的是服务器本地的文件,跟IP无关,貌似,不是十分确定

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template