Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
284051
Topic
22576
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.