Saleum kawan - kawan semua! Jumpa lagi dengan saya di sini di blog kofa-style
Sekarang kita akan mencoba menambah beberapa orang satpam untuk jaga -jaga dari maling - maling yang coba berkunjung ke blog kita untuk mencuri mas kawin yang telah lama kita simpan untuk melamar seorang gadis bunga desa. he he he...
Nah berikut beberapa "lirik" yang bisa Anda tambahkan dalam file .htacces sebelum di upload ke hosting Anda.
#proteksi file htaccess
<files .htaccess>
order allow,deny
deny from all
</files>
#Limit upload file sampai 10mb
LimitRequestBody 10240000
# proteksi wpconfig.php
<files wp-config.php>
order allow,deny
deny from all
</files>
#Siapa yang bisa akses siapa yang tidak bisa
order allow,deny
#deny from 000.000.000.000(isi dengan IP)
allow from all
#custom error docs
ErrorDocument 404 /notfound.php
ErrorDocument 403 /forbidden.php
ErrorDocument 500 /error.php
#redirect old to new
Redirect 301 /old.php http://www.blog-anda.com/new.php
#block referer domain
RewriteEngine on
RewriteCond %{HTTP_REFERER} digg.com [NC]
RewriteRule .* – [F]
# php compression – use with caution
<ifmodule mod_php4.c>
php_value zlib.output_compression 16386
</ifmodule>
# set canonical url
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain.com$ [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L]
# proteksi dari komentar spam
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post.php*
RewriteCond %{HTTP_REFERER} !.*yourdomain.com.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]
Silahkan di komentari!!!
Sekarang kita akan mencoba menambah beberapa orang satpam untuk jaga -jaga dari maling - maling yang coba berkunjung ke blog kita untuk mencuri mas kawin yang telah lama kita simpan untuk melamar seorang gadis bunga desa. he he he...
Nah berikut beberapa "lirik" yang bisa Anda tambahkan dalam file .htacces sebelum di upload ke hosting Anda.
#proteksi file htaccess
<files .htaccess>
order allow,deny
deny from all
</files>
#Limit upload file sampai 10mb
LimitRequestBody 10240000
# proteksi wpconfig.php
<files wp-config.php>
order allow,deny
deny from all
</files>
#Siapa yang bisa akses siapa yang tidak bisa
order allow,deny
#deny from 000.000.000.000(isi dengan IP)
allow from all
#custom error docs
ErrorDocument 404 /notfound.php
ErrorDocument 403 /forbidden.php
ErrorDocument 500 /error.php
#redirect old to new
Redirect 301 /old.php http://www.blog-anda.com/new.php
#block referer domain
RewriteEngine on
RewriteCond %{HTTP_REFERER} digg.com [NC]
RewriteRule .* – [F]
# php compression – use with caution
<ifmodule mod_php4.c>
php_value zlib.output_compression 16386
</ifmodule>
# set canonical url
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain.com$ [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L]
# proteksi dari komentar spam
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post.php*
RewriteCond %{HTTP_REFERER} !.*yourdomain.com.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]
Silahkan di komentari!!!
Comments
Post a Comment
*jika Anda belum terdaftar di KoFa Style Blog, harap memilih profil Nama/URL sebelum memposting komentar.