Tips 5 Langkah Proteksi Wordpress Anda

by wp-magz on September 12, 2008

1. Create .htaccess

Contoh dibawah jika anda menggunakan permalink yang sudah di modif

<IfModule mod_rewrite.c>
RewriteEngine On
php_flag register_globals off
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

<Files wp-config.php>
Order Deny,Allow
Deny from All
</Files>

2. Create Robots.txt

User-agent: *
Allow: /
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /wp-content/

3. Create file index.html

Create fileĀ  index.html kosong di plugin folder wp-content/plugins/index.html

4. Hapus Meta Name Generator WordPress

5. Secara berkala update wordpress dan plugin yang anda gunakan

Related Wordpress Magazines

{ 2 comments… read them below or add one }

1 Jhez3R 11.30.09 at 1:49 am

Langsung d coba… Thanx

2 wisnu 04.10.10 at 7:12 pm

I love this blog.
thank tuk wp plugin-nya.

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>