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

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.

-- 
Dan Kriwitsky

Please reply to the list only. Offlist replies are not read.