RewriteEngine On  
RewriteCond %{HTTP_HOST} ^colorcola.com.tw$  
RewriteRule (.*) http://www.colorcola.com.tw/$1 [R=301,L]  