网站上不允许的方法 [英] Method Not Allowed on a web site

查看:61
本文介绍了网站上不允许的方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好:

我有一个问题要问你。


我正在做一个小测验,我收到了这个错误


方法不允许

请求的方法POST不允许使用URL /quiz/quizaction.phtml。


- -------------------------------------------------- ----------------------------

Apache / 1.3.37服务器在continuingedventure.com端口80


以下是我的代码的一部分,它给我带来了问题


如果我上传此文件然后我查看该页面我收到错误。客户网站。

[PHP]< form action = http://abc.com/quiz/quizaction.phtml

method =" POST"> [/ PHP]


但如果我更改代码就行了。我的网站

[PHP]< form action = http://CBS.com/quiz/quizaction.phtml

method =" POST"> [/ PHP]


问题是为什么它在一个主机站点上工作而不在另一个主机站点上工作。

客户端站点支持php

我需要做什么。


谢谢

nomad

解决方案

一个原因可能是主机站点脚本不希望发布,但只有GET字符串。你最好问一下那个主人的网站管理员。


Ronald



原因可以是主机站点脚本不希望发布,但只发布GET字符串。你最好问一下那个主人的网站管理员。


Ronald



再次感谢Ronald。

我给他们发电子邮件,我没有收到他们的消息。我希望事实并非如此。

如果是这样,我不知道我要做什么。我正在为另一位网页设计师工作。我是一名分包商。


damon



原因可能是主机站点脚本不希望发布,但只有GET字符串。你最好问一下那个主机的网站管理员。


Ronald



好​​吧他们说这是'php工作正常。

我需要找出它失败的原因。

任何理想???


戴蒙


Hello everyone:
I have a question to ask you.

I''m make a quiz and I get this error

Method Not Allowed
The requested method POST is not allowed for the URL /quiz/quizaction.phtml.

--------------------------------------------------------------------------------
Apache/1.3.37 Server at continuingedventure.com Port 80

Here is part of my code that is giving me problems

If i upload this file and then I view that page I get an error. The clients site.
[PHP]<form action=http://abc.com/quiz/quizaction.phtml
method="POST"> [/PHP]

but if i change the code it works. My website
[PHP]<form action=http://CBS.com/quiz/quizaction.phtml
method="POST"> [/PHP]

Question is why does it work on one host site and not the other.
The clients site supports php
what do I need to do.

thanks
nomad

解决方案

A reason can be that the host site script does not want to be posted, but only GET strings. You better ask the website admin of that host.

Ronald


A reason can be that the host site script does not want to be posted, but only GET strings. You better ask the website admin of that host.

Ronald

thanks again Ronald.
I email them and I have not heard from them. I hope that is not the case.
If so I don''t know what I''m going to do.I''m working a subcontractor for another web designer.

damon


A reason can be that the host site script does not want to be posted, but only GET strings. You better ask the website admin of that host.

Ronald

Well they say it''s php is working properly.
I need to find out why it''s failing.

any ideals???

damon


这篇关于网站上不允许的方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆