cvetkoff
Member
Posted 3 months ago #
Hi!
After installing BPS I have problem with encoding JetPack Statistic Page (Russian language, default charset UTF-8).
This page looks like:
Всего просмотров записей на вашем блоге
this mean:
"Всего просмотров записей на вашем блоге"
Can you help me, please?
http://wordpress.org/extend/plugins/bulletproof-security/
I assume the characters that are being blocked would be the accent characters because they may be seen as a single quote. I am not totally sure and just using logic.
Try commenting out the filters shown in this Forum Topic: http://forum.ait-pro.com/forums/topic/search-string-403-error/
If that does not work then try commenting out the root .htaccess security filters one by one until you find out which one or ones are causing the problem.
cvetkoff
Member
Posted 3 months ago #
Commenting all security filters one by one not take effect - Cyrillic charset encoding (UTF-8) doesn't work.
But I'm simply adding "AddDefaultCharset UTF-8" to current root htaccess file and all works fine!
Thank you so much!
Wow Cool! Great solution. :) I will document your solution in the BulletProof Security Forum website.
cvetkoff
Member
Posted 3 months ago #
Thank You! Yes, of course, use it)))