首页 > 网站 > Apache > 正文

apache urlrewrite防盗链功能配置

2024-08-27 18:30:05
字体:
来源:转载
供稿:网友
DocumentRoot /home/img
ServerName img.host.com
ErrorDocument 404 /
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^*$ [NC]
RewriteCond %{HTTP_REFERER} !^*$ [NC]
RewriteRule /.(gif|jpg|jpeg)$ [R,L]
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表