Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Website not displaying text? Re: Website not displaying text?

#125228
TheDoc
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.