[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Redirect newdomain,com to mydomain.com/newdomain on RAQ3 ? Will PAY
- Subject: Re: [cobalt-users] Redirect newdomain,com to mydomain.com/newdomain on RAQ3 ? Will PAY
- From: "Randall Clark" <wz297@xxxxxxxxxxxxxx>
- Date: Tue Oct 31 21:02:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Put the following line at the very top of your httpd.conf file located in
/etc/httpd/conf
Include /etc/httpd/conf/httpd2.conf
Make a new file called httpd2.conf in the /etc/httpd/conf dir.
Put this in your new httpd2.conf file
# Included file for (httpd.conf)
#
#
#www.moorsoft.com
<VirtualHost 000.000.000.000>
ServerAdmin user@xxxxxxxxxxxx
DocumentRoot /home/sites/site#/users/moorsoft/web
ServerName www.moorsoft.com
</VirtualHost>
#moorsoft.com
<VirtualHost 000.000.000.000>
ServerAdmin user@xxxxxxxxxxxx
DocumentRoot /home/sites/site#/users/moorsoft/web
ServerName moorsoft.com
</VirtualHost>
Make sure you replace the IP address with your own IP address of the site.
You will see <VirtualHost 000.000.000.000> make sure that the 0's are
replaced with your IP address.
Restart Apache using this /./etc/rc.d/init.d/httpd start
Randall Clark
----- Original Message -----
From: "Steve Bassi" <Steve@xxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Tuesday, October 31, 2000 3:23 PM
Subject: [cobalt-users] Redirect newdomain,com to mydomain.com/newdomain on
RAQ3 ? Will PAY
> I have a RAQ3
> I have searched knowledge base and spent hours searching the list, to the
> point that I am scared witless to ask this question, having seen the
> responses to similar previous posts - But all the replies I have seen to
> these questions have left me still unable to achieve what I need.
>
> I have managed to get my domain to accept wildcards (I think) having
> followed the postings , but I still cant get perl redirect scripts to
work.
>
> They always take me back to mydomain.com and I do not want to turn
Redirect
> to Off
>
> SO.............. If anyone can explain to me in detail how to do it - I am
> willing to sell my grandmother to pay for this - although I doubt if she
> will fetch fortunes - so please be gentle.
>
> On my RAQ 3 I have 1 IP address.
> my domain is fwsshop.com
> I have a domain moorsoft.com whose pages will be stored in
> fwsshop.com/moorsoft
> I do not want to set up a new virtual host
> But I need anyone browsing for moorsoft.com to reach fwsshop.com/moorsoft
>
> If anyone can explain to me in simple terms (I am an idiot) I would be
very
> grateful and indeed as mentioned be willing to pay a reasonable cost.
>
> Many thanks and Best Regards
>
> Steve Bassi
> London UK
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>