[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Raq4 - point domain to users external webspace
- Subject: RE: [cobalt-users] Raq4 - point domain to users external webspace
- From: "Dan Kriwitsky" <webhosting@xxxxxxxxx>
- Date: Mon Apr 23 21:45:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>
> Thats fine - but what about when the only web space is free stuff, where
> you're not given any IP address but just a URL like
> www.paynefamily.freeserve.net ?
>
> I'm not sure how to forward tp this although I know a number of
> folks who do
> ?
Follow the instructions for an include.conf (search for include.conf in the
archives) and put in:
<VirtualHost 2xx.xx.xx.xx> #your IP#
ServerName www.whatever.com
ServerAlias whatever.com
RedirectPermanent / http://www.someother.com/directory/or_file.html
</VirtualHost>
--
Dan Kriwitsky