View Full Version : Arabic Tags only not acceptable 406 Error Page
Allulu
02-11-2009, 03:40 PM
Hello ,,
i tried to solve my problem by uses the solutions here :
http://www.vbulletin.com/forum/showthread.php?t=297343
but the problem is still occured only when i search with arabic tags (english tags works) ,, please i want the solution for this problem
Ex : http://www.allulu.org/vb/tags.php?tag=%E3%E4%CA%CF%EC
my regards ,, Allulu
Voltar
02-11-2009, 04:15 PM
mod_security is still being triggered on your site. Make sure you put it in a .htaccess in the root of your forums directory, and try taking the <IfModule>'s out.. If that still doesn't work, I would ask your host. They may have disabled mod_security from being controlled via .htaccess.
Allulu
02-11-2009, 08:16 PM
sorry "Voltar" i tried and its still not working ,,
any other solution can solve this problem ?! please ...
Dismounted
02-12-2009, 04:53 AM
So English tags work correctly 100% of the time?
Allulu
02-12-2009, 02:25 PM
So English tags work correctly 100% of the time?
ya its work correctly .. only arabic tags not working yet !! :(
--------------- Added 1234519053 at 1234519053 ---------------
please Dismounted do you have any idea about solving this problem ?!
Dismounted
02-13-2009, 08:51 AM
Try disabling all your modifications by adding this to the end of your config.php file:
define('DISABLE_HOOKS', true);
Marco van Herwaarden
02-13-2009, 08:53 AM
Does your server have mod_security or Suhosin installed?
Allulu
02-14-2009, 12:02 PM
Try disabling all your modifications by adding this to the end of your config.php file:
define('DISABLE_HOOKS', true);
:( problem is still occured !!!
--------------- Added 1234620255 at 1234620255 ---------------
Does your server have mod_security or Suhosin installed?
I dont know if it have mod_security ,, and i dont know whats "Suhosin" ?
Voltar
02-14-2009, 06:46 PM
I'm 100% sure that you have mod_security installed on your server. It is pretty much the only time you run into 406 or 412 errors.
Homepage for mod_security: http://www.modsecurity.org/
Suhosin and the Hardened PHP patch, are addons to PHP (an extension and a patch, respectively) that help with known and unknown security problems.
http://www.hardened-php.net/
http://www.hardened-php.net/suhosin/
http://www.hardened-php.net/hardening_patch.14.html
Like I mentioned in my first post, you may want to get into contact with you host to see if they have some mod_sec rules that are interferring with the passing of the URL/Percent encoded strings to vBulletin.
--------------- Added 1234644412 at 1234644412 ---------------
sorry "Voltar" i tried and its still not working ,,
any other solution can solve this problem ?! please ...
Try putting this
SecFilterEngine Off
SecFilterScanPOST Offin the .htaccess. That is what I meant by removing the <IfModules> clauses. If that doesn't work, like I mentioned before, your host may have disabled you from modifying mod_security in any way via .htaccess.
Allulu
02-16-2009, 07:53 AM
Thanks a lot for all ... i have contacted my host's support technician and i told him to turn mod_security off and he did ,,, after that its working :)
my regards ,, Ahmed
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.