
RewriteEngine on
RewriteCond %{HTTP_HOST} ^radio.hellboundhackers.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.radio.hellboundhackers.org$
RewriteRule ^(.*)$ http://www.hellboundhackers.org/radio/$1 [R=301,L]

