I've run out of addon domains, but would like gumbald.com (currently a parked domain) to redirect to gumbald.co.uk, this is possible through .htaccess? Currently I've got the following, but with no effect...
Code:
RewriteCond %{HTTP_HOST} ^gumbald.com$
RewriteRule ^(.*)$ http://gumbald.co.uk/$1 [R=301]