[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] .conf redirection
- Subject: RE: [cobalt-users] .conf redirection
- From: "Ervin Tarkhanian" <ervin@xxxxxxxxxx>
- Date: Sat Jan 26 00:24:25 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
You can also use PHP or ASP if you have them on your RAQ.
ASP:
<%
Response.Redirect "http://www.mysite.com/"
Response.End
%>
PHP:
<?
header ("Location: http://www.mysite.com/");
exit;
?>
These should be called index.asp, index.php respectively, and placed in the
root of your site.
HTH
Ervin
-----Original Message-----
From: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Dave
Sent: Thursday, January 24, 2002 11:06 AM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: Re: [cobalt-users] .conf redirection
----- Original Message -----
From: "Richard Sidlin" <dns@xxxxxxxxxxxxxxxxx>
Subject: [cobalt-users] .conf redirection
> I want to redirect a www site. Which file do I need to edit and what
> command do I use please?
Hi Richard,
There are a few ways to redirect. The easiest of which is:
<HTML>
<HEAD>
<TITLE></TITLE>
<META http-equiv=refresh content=0;URL=http://www.nameofsite.com>
</HEAD>
<BODY>
Put this into an index.html file............
Dave~
_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To Subscribe or Unsubscribe, please go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users