html - 406 Not Acceptable with this simple form -
i have simple form
<form action="test.php" method="post" > <textarea name="howtouse" rows="10" cols="30"> <p></p> </textarea> <input type="submit" value="submit"> </form>
when submit form show
not acceptable appropriate representation of requested resource /testing/test.php not found on server. additionally, 404 not found error encountered while trying utilize errordocument handle request.
the live code @ http://goo.gl/saff5d
the http://w2cschool.com/how/how-to-manage-not-acceptable-406-error-on-godday-server-/1170 solved problem.
as mentioned brad not related client side code.
the problem godaddy blocking format of name.
in short, problem can solved changing
<textarea name="howtouse" rows="10" cols="30">
to
<textarea name="body1" rows="10" cols="30">
html
No comments:
Post a Comment