Forums

[resolved] Error 404 for posts over 40 words (10 posts)

  1. kanaka
    Member
    Posted 10 months ago #

    I get an error 404 within the site if i make a large post with over about 40 words.

    The same thing happens if i update a successfully made short post (with less than 40 words).

    I have seen many 404 error topics in these forums but have found no helpful replies.

    Thanks in advance to any help.

  2. kanaka
    Member
    Posted 10 months ago #

    Has anybody else had this issue? It seems very strange, the rest of my site is working well

  3. kanaka
    Member
    Posted 10 months ago #

    some more info... I have tried with default theme, all plugins turned off, htaccess is at 644, permalinks are set to pretty.

    I would really appreciate some help with this. thanks

  4. whooami
    Member
    Posted 10 months ago #

    does your host have mod_security enabled? 404s done usually result from that but you never know.

  5. kanaka
    Member
    Posted 10 months ago #

    thanks whooami,

    I am looking through the c-panel but can't find anything about mod_security enabled. Is this something i'd have to contact the host about personnaly?

  6. whooami
    Member
    Posted 10 months ago #

    you can or you can just create a phpinfo file

    <?php phpinfo(); ?>

    call that whatever you want as long as it ends in .php, upload it to your web directory, and load it in your browser.

    search that page for mod_security.

  7. kanaka
    Member
    Posted 10 months ago #

    aahhh, thanks,
    yes mod_security is loaded. What do i do with this?

  8. kanaka
    Member
    Posted 10 months ago #

    does any one else have a suggestion? there seem to be so many 404 topics but i cant find one that does the same as mine.

  9. iridiax
    Member
    Posted 10 months ago #

  10. kanaka
    Member
    Posted 10 months ago #

    Thanks for your help
    this is resovled by inserting the following into the .htaccess

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

Reply

You must log in to post.

About this Topic