|
Salam semua ...
Macamana kita nak set Domain Name Server
supaya dia pergi ke fail yang kita nak?
contohnya:
url www.my-cari.com
dia akan pergi ke
url www.cari.com.my/index2.htm
terima kasih
p/s:
err...
korang faham ke apa yang aku tanya nih? |
|
|
|
|
|
|
|
Reply #1 HangJebat's post
you cannot do that to dns (domain name server) server. you need to fix it on your webhosting server. kalau gunakan iis (microsoft internet information service), just naikkan file index2.htm to the very top of the list. kalau gunakan third party webhosting service, then just rename file index2.htm to the one that your webhosting server understand.
|
|
|
|
|
|
|
|
ya betul. nak simple, open your notepad, then cut and paste coding php dibawah:
<?php
header("Location: http://www.cari.com/index2"); /* Redirect browser */
/* Make sure that code below does not get executed when we redirect. */
exit;
?>
edit location spt yg anda mahukan, dan savekan sebagai index.php. |
|
|
|
|
|
|
|
Reply #3 artgeex's post
artgeex, you cannot do it on dns server. if you use coding, yes, you can do it. but dns itself, no. dns points to an ip address. your web service decides what page needs to be the main page. if you look inside dns server, it only has zone files for FQDNs and IP addresses only - nothing else. the same goes for subdomains.
|
|
|
|
|
|
|
|
Reply #5 oobi's post
My bad. Sebenarnya aku nak cerita pasal host records tapi tadi aku malas nak check tu DNS ke apa sorry, DNS memang tak boleh tukar/kacau, kalau dikacau alamat tunggang terbalik |
|
|
|
|
|
|
|
salam...
thanks for your reply
oobi
thanks for your explanation, and comprehension also...
actually,
we only have one webhosting
and with new domain name
we want it redirect to another index file
since it's not possible
nevermind ...
so guys
is there any possibility to redirect the page to specific index file?
thank you very much |
|
|
|
|
|
|
|
Reply #7 HangJebat's post
try methods in post #3 (by artgeex) or/and post #4 (by iweed). that should redirect the page from your main index file to whatever you want.
|
|
|
|
|
|
|
| |
|