我该如何修复此重定向错误

时间:2014-08-26 14:39:17

标签: .htaccess mod-rewrite redirect http-redirect

imgslink.biz是我的网站,当我上传任何图像并尝试打开它它给我404错误imgslink.biz/img-53fc4f024b830.html。这是我的.htaccess文件代码

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?imgslink\.biz/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png)$ nohotlink.gif [L]
<Files ~ "\.(php|sql|php3|php4|phtml|pl|py|jsp|asp|htm|shtml|sh|cgi)$">
  order allow,deny
  deny from all
</Files>

由于

0 个答案:

没有答案