[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] URL Redirection
- Subject: Re: [cobalt-users] URL Redirection
- From: "Fragga" <fragga@xxxxxxxxxxxx>
- Date: Wed Aug 14 09:55:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
<head><META HTTP-EQUIV='Refresh'
CONTENT='1;URL=http://www.google.com'></head>
or
<head><META HTTP-EQUIV='Refresh' CONTENT='1;URL=somepage.php'></head>
doesnt this work ?>
----- Original Message -----
From: "Jolley, Carl" <Carl.Jolley@xxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, August 14, 2002 11:26 AM
Subject: RE: [cobalt-users] URL Redirection
> -----Original Message-----
> From: Dan Kriwitsky [mailto:list1@xxxxxxxxxxxxxxxxxxxx]
> Sent: Wednesday, August 14, 2002 10:49 AM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: RE: [cobalt-users] URL Redirection
>
>
> > Is there a program/scipt/add-on that allows domain owners to
> > setup URL
> > redirections, so name.host.com could go to
> > name.host.com/something or more
> > like http://webmail.host.com and point to
> > http://machine.host.com/cgi-bin/webmail/index.html
> >
> > Something that ties into the RAQ screens would be best.
> >
>
> You could simply turn on .shtml for the site and make the index.shtml
> page blank except for an include:
>
> <!--#include virtual="/cgi-bin/webmail/index.html" -->
>
> I haven't tried that, but I think it should work. There's nothing for
> the GUI to do a redirect though. A .htaccess with a rewrite would
> probably do the trick as well, or a symlink probably could do the trick.
> -----------------------
>
> Does anyone know why a <META http_equiv="refresh" content="0.URL"> causes
> a loop on a Raq? On other boxes I've used this method to "redirect" from
> one page to a different page. Note; the META TAG goes in the HEAD of an
> HTML document.
>
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>