Post
Topic
Board Marketplace
Re: .10 BTC to the individual who fixes our domain.
by
Kevets
on 25/06/2011, 23:24:54 UTC
add to .htaccess  in the public_html folder

RewriteEngine on
RewriteCond %{HTTP_HOST} ^.*\.bittalk\.tv$ [NC]
RewriteRule ^(.*)$ http://bittalk.tv/$1 [L,R=301]

Any decent server setup should work that way to start with.