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

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.