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

RE: [cobalt-users] Raq4 - point domain to users external webspace



>
> 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