Home › Forums › CSS › Website not displaying text? › Re: Website not displaying text?
February 19, 2013 at 11:33 am
#125228
Member
> Failed to load resource: the server responded with a status of 405 (Method Not Allowed)
From here:
“The ’405 Method Not Allowed’ error would appear if you are submitting a POST request to a page that does not support post. Usually, this would occur if you are submitting a POST to a .html page.”
http://support.godaddy.com/groups/web-hosting/forum/topic/405-method-not-allowed-message/
The error that is occurring looks something like this:
POST http://www.lastmincad.com/page/green.html 405 (Method Not Allowed)
If you’re trying to retrieve the content, you shouldn’t be using POST anyways. To the best of my knowledge, you should be using GET.