Would I have to modify .htaccess for this? I want to have it so instead of: yourdomain.com/forums I have forums.yourdomain.com Thanks, BP
domain.com/.htaccess Options +FollowSymLinks +Indexes RewriteEngine on RewriteBase / RewriteRule ^forums/(.*)$ http://forums.domain.com/$1 [R=301,L]