Modify Word – Solving Problem in mod_security

April 16th, 2009 | No Comments » Posted by Harry

 

Have you any problem with your web server mod_security configuration rules? Well this problem appear while i try to post in wordpress. My content include word “from” in the content, and after make a publish or update action in wp-admin editing panel, suddenly appears Internal Server Error. I make a searching for this problem and found great tricks.

Nimrod A. Abing Blog said that modify the .httaccess file would be the solution by disabling the mod_security temporary, but when i try it there is no result. I think this problem because the server limit the functionality of .htaccess

I keep trying to search and found information to change the Word that causing the problem using a hidden html tag (<!– –>) inside that word. I try it and it works. How about if i use a lot of words that include the special word that not allowed by the mod_security? Well after thinking the great solution a while, i try to wrote a plugin, just a little plugin using php regex function that automatically change the special word with modified one.

If you having the same problem, you can use this plugins and i hope this works to you also.

Download Modify Word Plugin in Wordpress Plugins

Tags: ,

Leave a Reply