Hi,
I have a hosting account with Lunarpages. Due to certain reasons, I would like to change my current primary domain name: www.YOUR-OLD-DOMAIN.com in my hosting account. I hereby provide the necessary information to facilitate these changes:
1. New primary domain: www.YOUR-NEW-DOMAIN.com (This is a own registered domain)
2. Hosting account name: buyhandp
3. Last 4-digit of credit card: 9348
4. Please remove / park / addon my current primary domain name.
If you need further information, please let me know. Thank you.
# www.idc866.com
# .htaccess main domain to idc886 redirect
# Copy and paste the following code into the .htaccess file
# in the public_html folder of your hosting account
# make the changes to the file according to the instructions.
RewriteEngine on
# Change yourdomain.com to be your main domain.
RewriteCond %{HTTP_HOST} ^(www.)?idc866.com$
# Change ’idc886’ to be the folder you will use for your main domain.
RewriteCond %{REQUEST_URI} !^/idc886/
# Don’t change this line.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Change ’idc886’ to be the folder you will use for your main domain.
RewriteRule ^(.*)$ /idc886/$1
# Change yourdomain.com to be your main domain again.
# Change ’idc886’ to be the folder you will use for your main domain
# followed by / then the main file for your site, index.php, index.html, etc.