[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Bypass server DNS
- Subject: Re: [cobalt-users] Bypass server DNS
- From: WIS <cobalt@xxxxxxxxxxxxxxx>
- Date: Fri Sep 8 13:08:55 2000
On Fri, 8 Sep 2000, Scott wrote:
> Can I assign the customers domain with my nameservers and then setup the DNS
> on my RAQ3 to point to the other providers IP address? Will this translate
> correctly and effectively hide the other service provider??
The Apache site has some ways in which you can do this, either as a
rewrite or a redirect:
http://www.apache.org/docs-1.2/misc/howto.html
Also have a look at:
http://list.cobalt.com/pipermail/cobalt-users/2000-May/012262.html
For example you could put the following in httpd.conf or
in a .htaccess file:
RewriteEngine on
RewriteBase /
RewriteRule ^(.*)$ http://www.someotherdomain.com/$1 [P]
So you can host the domain on your Raq but the files can be kept on
another server somewhere else.
Not sure if that's what you're trying to do but hope that helps.
Regards,
Roger Harrison