Thread: Subdomains
View Single Post
  #2 (permalink)  
Old 06-07-2007, 09:48
Jack Jack is offline
Moderator
 
Join Date: Nov 2006
Posts: 281
Send a message via MSN to Jack
Default

To setup redirrection for the subdomain to http://www.borninblood.co.uk/risingdeath then go through as follow

Cpanel >> Manage SubDomains >> Setup Redirection.
If the redirrection is not working then add the following rule into sudomain directory then .htaccess file.
————–
RewriteEngine on
RewriteCond %{HTTP_HOST} ^sudomain.maindomain.com$ [OR]
RewriteCond %{HTTP_HOST} ^sudomain.maindomain.com$
RewriteRule ^(.*)$ http://www.borninblood.co.uk/risingdeath [R=301,L]
Reply With Quote