Changing Domain Name for Website

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Changing Domain Name for Website

Post by Mike718NY » Tue Oct 28, 2008 9:21 am

I'm changing the Domain name for the website.

Do I first change the store url: Configure > Store URL:

and then put in the new License Key:

Configure > Security > Licensing > Enter New License Key:

Also, is there anything else I should look out for? thanks

smcfarland
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 26
Joined: Fri Oct 17, 2008 4:25 pm

Re: Changing Domain Name for Website

Post by smcfarland » Tue Oct 28, 2008 10:38 am

Don't forget to ask your host to make the new domain the primary name, and leave the other domain as a domain name pointer to root, that way you don't lose search engine ranking if you are relying on natural results. Otherwise, you can do a response.redirect page for products and categories until the new one is picked up.

Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Re: Changing Domain Name for Website

Post by Mike718NY » Tue Oct 28, 2008 12:32 pm

>> Don't forget to ask your host to make the new domain the primary name . .
Thanks. That shouldn't be a problem because the old domain name was just
a temporary one and was only live about 2 months.

Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Re: Changing Domain Name for Website

Post by Mike718NY » Thu Oct 30, 2008 8:55 am

Confusing problem:
I want to change the domain from super-vits.com to supervits.com.
I have 2 domains setup with my web hoster: super-vits.com and supervits.com.
I copied all files from super-vits.com to supervits.com.

I need to change the StoreURL in Admin from super-vits.com to supervits.com
and apply the new license.
Right now, I have no SSL on super-vits.com, only on supervits.com.

When I change the DNS servers for supervits.com to point
to the new supervits.com with the new hoster, how can I access the Admin?
The Admin won't open because SSL is not enabled on super-vits.com.

Is there a setting in the database or a file I can change
to make the site go to supervits.com instead of super-vits.com
when I change over the DNS servers? Because right now, it's just
going to go to super-vits.com and I won't be able to get into the Admin.

If I change the <domain .. in the CommerceBuilder.lic file, would that do it? :

<AbleCommerceLicense version="7.0.0.0">
<customer>
......
</customer>
<domains>
<domain primary="true">www.super-vits.com</domain> <<<<<<<
</domains>
<BasePath> cydfdf555jb2158cdef==</BasePath>
<signature> 2CXr8gefefdf4481=</signature>
</AbleCommerceLicense>

Thanks

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Changing Domain Name for Website

Post by Katie » Thu Oct 30, 2008 9:33 am

Hello,

You needed to disable SSL before moving the database. There is a FAQ on moving an install which explains this -

http://help.ablecommerce.com/faqs/ablec ... ation_.htm

Now, you will have to manually change the setting, so open the ablecommerce.config file in the app_data folder.

Code: Select all

<securePages enabled="true" ignoreHandlers="WithStandardExtensions">
Change "true" to "false" and save.

Thanks,
Katie
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Re: Changing Domain Name for Website

Post by Mike718NY » Thu Oct 30, 2008 10:17 am

Katie wrote:You needed to disable SSL before moving the database.
I didn't move the database. I didn't reinstall the application.
I added the domain supervits.com using my web hosters control panel,
and copied all files from super-vits.com to it.

When I change the supervits.com name servers to point to this new web hoster,
I'm not sure what is going to happen now.

The StoreName in the Admin is still using super-vits.com.

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Changing Domain Name for Website

Post by Katie » Thu Oct 30, 2008 10:35 am

I should have said the you needed to disable SSL before moving the website.

So, can you access the admin using http://www.supervits.com now?

The Store URL should be changed so that your emails have the correct information.

Thanks,
Katie
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Re: Changing Domain Name for Website

Post by Mike718NY » Thu Oct 30, 2008 3:11 pm

I asked my web hoster if they could help with the domain name change and they said:

"The domain name and url information is only stored in the database,
no web.config or other file changes are required.
We can connect to the database and make the changes for you, however there
will be one time manual setup fee of $69.00."

Does anybody know where in the database this information is stored?

Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Re: Changing Domain Name for Website

Post by Mike718NY » Thu Oct 30, 2008 5:57 pm

I change the store name here:
.....
<domains>
<domain primary="true">www.supervits.com</domain>
</domains>

but a login screen pop-up is displayed (not the Admin login).

Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Re: Changing Domain Name for Website

Post by Mike718NY » Thu Oct 30, 2008 7:26 pm

I get when I try to access the new site:

Server Error in '/' Application.
--------------------------------------------------------------------------------

Access to the path 'D:\hshome\super-vits\supervits.com\Install' is denied.

Post Reply