On Monday 01 October 2007 06:19:34 JALANI PANER C. MONTILA wrote: > Im constructing a website ( http://www.ranaw.com ), my problem is i want to > redirect the said website to another url ( http://www.marawicity.net ) how > can i do this?
There's PHP, there's Mod, and here's a script:
<html>
<script>
location = "http://www.marawicity.com/";
</script>
</html>
--
Dax Solomon Umaming
http://knightlust.com/
GPG: 0x715C3547
signature.asc
Description: This is a digitally signed message part.
_________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

