Mod Security Kapatma – 403 ve 406 Hatası Çözümü

.htaccess dosyanıza ekleyerek mod security waf ı kapatabilirsiniz.
<IfModule mod_security.c>
SecRuleEngine Off
SecFilterInheritance Off
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Join our subscribers list to get the latest news, updates and special offers directly in your inbox
.htaccess dosyanıza ekleyerek mod security waf ı kapatabilirsiniz.
<IfModule mod_security.c>
SecRuleEngine Off
SecFilterInheritance Off
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
php Şubat 23, 2022 0 45
php Eylül 13, 2021 0 31
php Ekim 14, 2021 0 15
php Aralık 31, 2021 0 14
php Ekim 2, 2022 0 14
php Aralık 18, 2022 0 64
Index column size too large. The maximum column size is 767 bytes. Hatası Çözümü...