WordPress write functions resulting to a 404 (page not found) error

This week I encountered an error when writing the wget post since saving or publishing it causes a page not found (or 404 in techie parlance) error. I found this thread in the wordpress support forum and tested the “limit” scenarios which did not fully apply in my case. Posting a short test message works but somehow even one paragraph from my wget post causes the 404 message.

Later on the support thread I read a mod_security issue that causes in the post with the word curl in the post. That hit me, curl is a download utility similar to wget!!! Just like in the post, I just enclosed wget in span element and voila, problem solved!

+1 karma for internet support groups!

Related Posts

4 Responses to “WordPress write functions resulting to a 404 (page not found) error”

  1. actually curl is _NOT_ a download utility.

  2. actually it is[1].

    [1] http://freshmeat.net/projects/curl/

  3. thanks for the tip. the span element worked for me too when using wget in an article.

  4. cool, glad to be of service and thanks for leaving a comment. :)

    ciao!

Discussion Area - Leave a Comment