看板 Web_Design 關於我們 聯絡資訊
※ 引述《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)
cplusplus:再怎樣都抓得下來的吧...只是手續多一點~ 140.115.205.46 03/04