为了账号安全,请及时绑定邮箱和手机立即绑定

http防盗链接:加了.htaccess文件后页面访问提示500,http.conf文件配置修改了

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} .*\.(jpg|jpeg|png|gif) [NC]
RewriteCond %{HTTP_REFERER} !^ http://localhost/.*$[NC]
RewriteRule .*error.jpg

网页报错内容:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at admin@example.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.


正在回答

4 回答

RewriteRule .*error.jpg 是这里错了,要注意 .*和error.jpg中间有个空格:RewriteRule .* error.jpg 

0 回复 有任何疑惑可以回复我~

我也是这个错,很蒙蔽啊

0 回复 有任何疑惑可以回复我~

记得是放在根目录下 而不是子文件的目录下

0 回复 有任何疑惑可以回复我~

apache 500报错 一般都是程序代码出现了错误

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
PHP中的HTTP协议
  • 参与学习       33407    人
  • 解答问题       54    个

PHP视频教程从PHP的角度深度解析HTTP协议知识,例如post、和get请求

进入课程

http防盗链接:加了.htaccess文件后页面访问提示500,http.conf文件配置修改了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信