Re: [問題] 請問如何才能禁止下載頁面上的東西
※ 引述《ailicia (等待-是一生中最初的蒼老)》之銘言:
: 我有看過有的網站會限制別人從網頁上下載東西
: 請問要如何做到,我聽過是用java寫的
: 如果可以,請將程式碼寄給我,謝謝
是這個嗎?
---------------------------------------------------------------------------
如何防止附件檔案直接被下載
參考
http://www.phpmix.com/index.php?page=213&t=328
Upload a .htaccess file to the folder with the following contents:
<Limit GET POST HEAD PUT DELETE>
order deny,allow
deny from all
</Limit>
This will prevent direct HTTP access to the files on these folders. So, anyone
trying to do so, will (hopefully) get a nice 403 HTTP error.
---------------------------------------------------------------------------
from http://www.php5.idv.tw/modules.php?mod=forum&act=show&cid=10&showid=5760
--
※ 編輯: accordingto 來自: 61.218.51.174 (03/04 14:22)
推
140.115.205.46 03/04, , 1F
140.115.205.46 03/04, 1F
Web_Design 近期熱門文章
PTT數位生活區 即時熱門文章