[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] DNS Site Redirecting
- Subject: Re: [cobalt-users] DNS Site Redirecting
- From: "Nick G" <vidra@xxxxxxx>
- Date: Wed May 17 18:50:48 2000
yes.. sort of...
heres how ive done it in the past.. just set up both domains properly
according ot the DNS.
then telnet in and do a symbolic link from b.com/stuff to a.com.
'su'
'rm /home/sites/www.a.com/web'
'ln -s /home/sites/www.b.com/web/stuff /home/sites/www.a.com/web'
'chown [user of b.com] /home/sites/www.a.com/web'
a.com will be mapped to b.com/stuff. and both URLs will still work.
Cheers,
Nick
----- Original Message -----
From: "Mark Jaggers" <mark@xxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Thursday, May 18, 2000 1:36 AM
Subject: [cobalt-users] DNS Site Redirecting
> is it possible to redirect a site to a different url subfolder. ie.
direct
> www.a.com to www.b.com/stuff
>
> I know how to do it using metatags and some cgi scripts but can it be done
> using dns?
>
> thanks
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>