Create a .htaccess file under your subdomain and add this: RewriteEngine on RewriteCond %{HTTP_HOST} ^subdomain.maindomain.com$ [OR] RewriteCond %{HTTP_HOST} ^www.subdomain.maindomain.com$ RewriteRule ^(.*)$ http(colon)(slash)(slash)maindomain.com [R=301,L] Remember to replace (slash) with / and (colon) with :