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 Eylül 13, 2021 0 30
php Şubat 23, 2022 0 21
php Aralık 31, 2021 0 15
php Nisan 14, 2023 0 15
php Ekim 14, 2021 0 14
php Aralık 31, 2021 0 315
Sorun Çözüldü!
php Ekim 2, 2022 0 239
wslregisterdistribution 0x8007019e hatası nasıl çözülür? Neden bu hata alınır? Bunun...
php Ekim 2, 2022 0 103
How To Check The CPU Load Percentage Using The Command Prompt
php Şubat 7, 2022 0 177
Artisan Laravel paketine dahil olarak gelen komut satırı aracıdır(CLI). Laravel...