V.I.P FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.
HELLO, Visitor

Membuat Redirect Index / Site

2 posters

Go down

Membuat Redirect Index / Site Empty Membuat Redirect Index / Site

Post by sampurna Wed Oct 19, 2011 11:48 am

To point aja
untuk redirect ada beberapa metode :

1. Melalui .htaccess :
Code:
RedirectMatch temp ^/index.html$ http://site_tujuannya.com/
2. Melalui Javascript mengunakan seperti berikut :
Code:
<script language=javascript></script>
window.location="http://site_tujuannya.com/";
Note:
a. untuk yang menggunakan blogger jika menggunakan cara diatas tidak berhasil silahkan di parse terlebih dahulu di :
http : // www[dot]blogcrowds[dot]com/resources/parse_html.php
copy :
Code:
<script language=javascript></script>
window.location="http://site_tujuannya.com/";
di dalam kotak parse lalu klik parse kode yang muncul di copy lalu pastekan di blog anda

b. tinggal ganti angka 0 ama site tujuannya, angka 0 = berapa detik akan di redirect angka tersebut bisa di ubah sesuai
dengan selera anda :) 0 (nol) disini itungan sec.

3. Menggunakan PHP
Code:
<?php
    header( 'Location: http://tipsdaninfoku.blogspot.com/index.php' ) ;
?>

Perlu di Ingat Semua coding diatas ditaruh sebelum tag
Code:
<body>
sedang untuk .htaccess anda harus membuat file dengan nama .htaccess di hosting anda lalu di isi code
Code:
RedirectMatch temp ^/index.html$ http://site_tujuannya.com/
sampurna
sampurna
Calon Penduduk Cyber
Calon Penduduk Cyber

Jumlah posting : 22
Points : 4614
Reputation : 2
Join date : 16.10.11
Lokasi : unknown

http://www.zone-h.org/archive/notifier=BL4ckc0d1n6

Kembali Ke Atas Go down

Membuat Redirect Index / Site Empty Re: Membuat Redirect Index / Site

Post by RodDick Wed Oct 19, 2011 5:02 pm

nice inpo nice inpo nice inpo
RodDick
RodDick
Calon Penduduk Cyber
Calon Penduduk Cyber

Capricorn

Jumlah posting : 92
Points : 4836
Reputation : 3
Join date : 10.10.11
Age : 33
Lokasi : Malang

Kembali Ke Atas Go down

Kembali Ke Atas

- Similar topics

 
Permissions in this forum:
Anda tidak dapat menjawab topik