admin [Mozilla/5.0]

RewriteCond cuma if/else.
[Textarea][RAW][Download]

  1. RewriteEngine on
  2. RewriteCond %{HTTP_HOST} (.*)indomobile\.net [NC]
  3. RewriteRule (.*) http://%1anggit.com/$1 [R=301,L]

http://indomobile.net/profile.html -> http://anggit.com/profile.html
http://admin.indomobile.net/profile.html -> http://admin.anggit.com/profile.html

Seperti kalo di PHP:
[Textarea][RAW][Download]

  1. if ($_SERVER['HTTP_HOST'] === 'indomobile.net') header('Location: http://anggit.com ');

Terbukti pake RewriteCond spt diatas google akan cepat sekali meng-index domain baru :)

[Reply]

  • Mon, 23 Jul 2012 04:34:12 +0700