#2
|
||||
|
||||
這個網站似乎不錯
http://htaccesseditor.com/tc.shtml 可先看一下教學文章 http://www.freegroup.org/2009/10/fre...access-editor/
__________________
|
#4
|
|||
|
|||
我遇到同樣的問題,我的解決辦法是先把圖片的路徑解析到一個php文件中,然後再用php文件做一些處理。如當useragen為facebookbot時則允許調用。
|
#6
|
|||
|
|||
mushroom你好
我防盜連是這樣設 假如我的網站網址是 AAA.com .htaccess 檔案裡面加上 RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://AAA.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://AAA.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.facebook.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.facebook.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://external.ak.fbcdn.net/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://external.ak.fbcdn.net$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp|zip|rar|doc|pdf|xls|txt)$ - [F,NC] 結果FB還是解析不到我論壇的圖片 是要再加入什麼呢? 感謝
__________________
簽名檔預留 |