[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] RAQ3 virtual sites with one physical set of users and web pages



____ SNIP ____
<html>

<head>
<meta HTTP-EQUIV="refresh" CONTENT="0; url=http://www.your domain.com">
<title>Redirect</title>
</head>

<body>

<p align="center">You can put text here</p>
</body>
</html>

____ /SNIP ____

The 'refresh" CONTENT="0 can be changed to what ever number you want. eg: 0
= immediate , 1 equals 1 second etc.
Hope this helps

----- Original Message -----
From: "Malcolm Wild" <cobaltsec@xxxxxxxxxxx>
To: <cobalt-developers@xxxxxxxxxxxxxxx>
Sent: Tuesday, May 22, 2001 6:11 AM
Subject: RE: [cobalt-developers] RAQ3 virtual sites with one physical set of
users and web pages


> We have this issue with many of our clients
>
> we do one of the following
>
> create a index.html page in the .com site to 'meta refresh' to the .co.uk
> site where the real content is and set the a catch all email to forward
from
> the .com to the .co.uk
>
> OR
>
> if the client doesn't want any forwarding delay (which you get with a meta
> refresh)
> put a .htaccess file in the .COMs web folder with a single line
> Redirect / http:XXXXXXXXXXX.co.uk
> this will cause Apache to redirect for you
> however you cant log in using .com/siteadmin (as it now redirects all :80
> request you have to use :81 to get backinto the siteadmin
>
> OR
>
> As mentioned by another poster, you can give the guy a IP for all his
sites
> and get the DNS to do the forwarding.
>
> OR
>
> If you buy your domains from a 3rd party (like easily.co.uk) you could get
> them to do the DNS and web/email forwarding to mask it for you.
>
> Hope that helps
>
> We are working on new features for the RaQ Admin to include web
forwarding,
> amonst other bits'n'pieces so we covered most issues before.
>
>
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>
>