在網(wǎng)站根目錄找到 .htaccess文件,下載到本地,添加以下代碼,上傳覆蓋
記得在網(wǎng)站根目錄下設置一個404.html文件
請將下面的域名(seoheqn.com,henghost.com)替換成您的網(wǎng)站域名
RewriteEngine On RewriteCond %{HTTP_REFERER} !^http://henghost.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://henghost.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://seoheqn.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://seoheqn.com$ [NC] RewriteRule .*\.(gif|jpg|jpeg|png|bmp|swf|mp3|wav|zip|rar)$ http://seoheqn.com/404.html [R,NC]