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

[cobalt-users] Fw: external webspace question and two domains one vsite



Re: message 4 - RAQ:

Yes, provided he has a fixed IP address for that webserver, or its address
is http://www.whateverhisdomainis.com/

In which case, set the www.domain.com and domain.com A records or PTR
records to the IP address or the domain name (respectively).

Its how I'm working my domain names TO a RAQ box (www.spriggs.org.uk is
registered and the DNS is managed by just-the-name.co.uk, webspace and
e-mail provided by kineticmail.co.uk - the RAQ3 I use)


Re: Message 6

Just a suggestion...

Create another domain for the .it address, but make the hostname (usually
www) to something random, and completely unusual. Then setup one user and
make its e-mail forwarding to @mycomain.com, this then makes the e-mails all
go into one box.

Check the DNS, make sure it has the DNS pointing to your RAQ, and the MX
records point to the RAQ as well... this *should* resolve it, if not...
maybe someone else here can tell me what I'm doing wrong :)

Jon Spriggs
(First post here btw)
--
Webmaster and Technical Support for the ABT Group
Providing Total Computer Care and Support
http://www.abt.uk.com

Server Admin for KINETICMAIL.CO.UK

>Message: 4
>From: "Dan Kriwitsky" <webhosting@xxxxxxxxx>
>To: <cobalt-users@xxxxxxxxxxxxxxx>
>Subject: RE: [cobalt-users] Raq4 - point domain to users external webspace
>Date: Mon, 23 Apr 2001 07:40:49 -0400
>Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
>> A client of mine just wants me to manage his domain and email
>> with no hosting. I have to forward his domain to his webspace on
>> another server. How can I do this without using Meta Tags or JavaScript?
>>
>
>Domain redirection has been covered many times. It's in the archive or at
>www.apache.org with the Redirect.
>
>> Can I do it via the DNS GUI?
>>
>
>Don't know that. Haven't seen that function in the GUI.
>--
>Dan Kriwitsky
>
>

--

Message: 6
From: "Claudio Cataldo" <claudio.cataldo@xxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Date: Mon, 23 Apr 2001 14:14:59 +0200
Subject: [cobalt-users] Two domains One VSite
Reply-To: cobalt-users@xxxxxxxxxxxxxxx

I am on a Raq3

I have registered two domains like domain.com and domain.it for the same
Virtual Site.

I would like to automatically redirect all the .it incoming traffic to the
..com. So I modified the httpd.conf this way

<VirtualHost 216.219.239.31>
ServerName www.domain.it
ServerAdmin admin
DocumentRoot /home/sites/site41/web
ServerAlias domain.it
ServerAlias www.domain.com
ServerAlias domain.com
RewriteEngine on
RewriteCond %{HTTP_HOST}                !^216.219.239.31(:80)?$
RewriteCond %{HTTP_HOST}                !^www.domain.it(:80)?$
RewriteRule ^/(.*)                      http://www.domain.it/$1 [L,R]
RewriteOptions inherit
AliasMatch ^/users/([^/]+)(/(.*))? /home/sites/site41/users/$1/web/$3
AddHandler cgi-wrapper .cgi
AddHandler cgi-wrapper .pl
AddHandler server-parsed .shtml
AddType    text/html     .shtml
ScriptAlias /_vti_bin/_vti_adm/ /home/sites/site41/web/_vti_bin/_vti_adm/
ScriptAlias /_vti_bin/_vti_aut/ /home/sites/site41/web/_vti_bin/_vti_aut/
ScriptAlias /_vti_bin/ /home/sites/site41/web/_vti_bin/
AliasMatch ^/~([^/]+)(/(.*))? /home/sites/site41/users/$1/web/$3
</VirtualHost>

All works fine but the email. Is there a way through the GUI (or manually)
to redirect also info@xxxxxxxxxx to info@xxxxxxxxx?



---
The ABT Group use AVG to certify that the outgoing e-mails are virus free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.243 / Virus Database: 118 - Release Date: 30/03/2001