secure wp-config.php
sebab ape? hacker akan target wp-config.php utk login wordpress korang..
1. korang login cpanel korang dan cari file .htaccess.
2. tambah kan code di bawah kat .htaccess
</files>
deny from all
order allow,deny
<files wp-config.php>
# protect wpconfig.php
3. save file .htaccess
4. gantikan permission file wp-config.php korang ke 444.
Semoga bermanfaat.. :)

0 comments