Login
Please enter your email address and password to login to the help desk.
Don't have a user account? Create account.
(leave blank if you forgot your password)
   Save my login information
 

Web Hosting Provider for Small Business Home | Web Hosting | Domain Names | Website Design | Support | Contact Us  
  Path > Support
 
Knowledge Base » Hosting Features    
Domain Forwarding
Domain Forwarding (also called URL redirection) allows you to redirect visitors to another website (that you own) when they type your domain name in their browser.

You can setup Domain Forwarding from within your cPanel or Plusmail Control Panel.

 

If you have the EnsimX Pro Control Panel, please follow these 2 steps:

1.  First, park the domain name.

2.  Next, modify the .htaccess file located in your mainwebsite_html directory by adding the following lines:

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} domain.com
RewriteCond %{REQUEST_URI} !subfolder/
RewriteRule ^(.*)$ subfolder/$1 [L]
RewriteCond %{HTTP_HOST} domain2.com
RewriteCond %{REQUEST_URI} !subfolder2/
RewriteRule ^(.*)$ subfolder2/$1 [L]

Replace 'domain.com' with the parked domain name. Replace the 'subfolder' with the folder where the site's files are located.

  Copyright © 2010 Identity Website Hosting, Inc. home | services | about us | account manager | terms of service | site map | directory