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

RE: [cobalt-users] Tricky alias redirection



> Is there an easy way within the virtual hosts section of 
> httpd.conf to do that redirection, or are we stuck with two 
> separate virtual domains?
> 

<VirtualHost xx.xx.xx.xx>
ServerName www.short.com
ServerAlias short.com
RedirectPermanent / http://www.long.com/index2.html
</VirtualHost>

-- 
Dan Kriwitsky

Please reply to the list only. Offlist replies are not read.