Nov 28
Ever seen this? Ever created a huge article, pressed “Save” or “Publish” and the whole work has gone? Good. I had it to and I hated it.
When I was writing one of my last articles I had this error again. I just had enough, I wanted to find the reason behind it. So I took my article and started to paste it paragraph by paragraph, then sentence by sentence, then word-by-word until I found the error. The word “fetch” caused this error. After doing some research, I managed to find some solutions to this error (some other words cause this stupid error as well, such as <iframe>).
The solution is simple yet efficent. Create a .htaccess file and place it to your Wordpress admin directory and add the following to it:
<IfModule mod_security.c> SecFilterEngine Off </IfModule>