在此服务器上找不到所请求资源/page.php的适当表示

时间:2012-05-25 10:36:51

标签: http-status-code-406

在我网站的页面中,我有如下链接:

<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标头捕获的标头信息:
enter image description here

修改
这真的很奇怪,因为我将参数值从selectquiz转换为:
selectq selectqu ... selectquiz

它不起作用,但是当我输入selec时它就可以了!! (在所有浏览器中)

1 个答案:

答案 0 :(得分:1)

我收到相同的错误消息,但是当我尝试将图像添加到帖子/页面等时,它似乎是我的一般问题,我可以上传图像,但他们不会。我尝试重新上传图片,安装了一个新的wordpress下载,尝试了不同的主题,没有变化。