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

[cobalt-users] RAQ2 : truevirtual.cgi and Web redirection



Hello,

I'm trying to perform web sites redirection on my RAQ2. As I want to hide
the URL redirection, I tried to setup the script truevirtual.cgi
(http://www.customcgi.net/truevirtual/) which handle this through frames.
The first usage of truevirtual.cgi is to handle sub-domain redirections,
but looking at the script, I see no reason what it could not be use to
redirect domain name.

The scripts works if I call the index page. But if I call any other page, I
get a File not found error.

Note that the 2 domains are not on the same server, and that I have enable
wildcards for the domain to be redirected by editing
/etc/named/pri.domainname.com, and add a line which says:
* IN       A
   123.123.123.123
where 123.123.123.123 is the IP for the domain name


If somebody have this script running on his RAQ2, I would appreciate some
tips :)

Regards,

Fabien