[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] URL Redirection
- Subject: RE: [cobalt-users] URL Redirection
- From: "Dan Kriwitsky" <list1@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed Aug 14 07:56:03 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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.
--
Dan Kriwitsky
Please reply to the list only. Offlist replies are not read.