2014-11-06 1 views
0

나는 형성 제출하면(406)이 간단한 양식을 허용하지

<form action="test.php" method="post" > 
<textarea name="howtouse" rows="10" cols="30"> 
    <p></p> 
</textarea> 
<input type="submit" value="Submit"> 
</form> 

http://goo.gl/SaFf5D

+1

<textarea name="howtouse" rows="10" cols="30"> 

을 변경하여 해결할 수 있습니다. – Brad

답변

0

에서 http://w2cschool.com/How/How-To-Manage-Not-Acceptable-406-error-On-Godday-Server-/1170이 문제를 해결

Not Acceptable 

An appropriate representation of the requested resource /testing/test.php 
could not be found on this server. 

Additionally, a 404 Not Found error was encountered while trying to 
use an ErrorDocument to handle the request. 

라이브 코드가 보여이 간단한 양식을 가지고 .

Brad가 언급했듯이 이것은 클라이언트 측 코드와 관련이 없습니다.

문제는 의 일부 형식을 차단하는 godaddy 차단입니다. 한마디로

는, 문제는 문제는 클라이언트 측 코드와는 아무 상관이 없습니다

<textarea name="body1" rows="10" cols="30"> 
관련 문제