WordPress htaccess dosyasını güvenli hale getirmek

Güvenlik Wordpress

Ana dizinde bulunan “.htaccess” en üstüne aşağıdaki satırları ekleyerek güvenli hale getirebilirsiniz.

ServerSignature Off
LimitRequestBody 10240000
Options All -Indexes
<files .htaccess>
order allow,deny
deny from all
</files>
<files wp-config.php>
order allow,deny
deny from all
</files>
<files wp-load.php>
order allow,deny
deny from all
</files>

Bir cevap yazın

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir