在我网站的页面中,我有如下链接:
<a href="page.php?ref=selectquiz">Go to the page.php</a>
当我点击链接时,出现以下错误:
406 Not Acceptable
An appropriate representation of the requested resource /page.php could not be found on this server.
这是我通过Live HTTP标头捕获的标头信息:
修改
这真的很奇怪,因为我将参数值从selectquiz转换为:
selectq
selectqu
...
selectquiz
它不起作用,但是当我输入selec
时它就可以了!! (在所有浏览器中)
答案 0 :(得分:1)
我收到相同的错误消息,但是当我尝试将图像添加到帖子/页面等时,它似乎是我的一般问题,我可以上传图像,但他们不会。我尝试重新上传图片,安装了一个新的wordpress下载,尝试了不同的主题,没有变化。