cancel
Showing results for 
Search instead for 
Did you mean: 

Hosting server migration issue

SOLVED

Hosting server migration issue

I have move host gator one server to another server. I backed up the content and data base. after migration site is not loading properly.

http://mstech.com.au/mt/

anyone has any idea about this? 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Hosting server migration issue

Hi,

 

For configure with a new domain, you can follow either of the two solutions:

Solution 1:

If you are able to log into backend, you can easily modify the base URLs of the site via:

 

System -> Configuration -> Web (Under the General section) -> Unsecure

There change the Field "Base URL" to the new domain.

 

System -> Configuration -> Web (Under the General section) -> Secure

Here, the "Base URL" field should either match the site's domain or, if you have purchased a Private SSL certificate for the site, here you should type the https form of the URL of your store.

 

Solution 2 :

If you do not have access to the backend anymore, you need to modify the URL within the database.

 

Go to the table: core_config_data and update below two records:

web/unsecure/base_url
web/secure/base_url

 

The last thing you need to do is clear the cache. The cache folder is located in your root directory > /var/cache. To clear the cache, delete the folder and create it again.

 

Please accept my solution if you satisfied

 

Thanks,

Dibyajyoti

View solution in original post

2 REPLIES 2

Re: Hosting server migration issue

Hi,

 

For configure with a new domain, you can follow either of the two solutions:

Solution 1:

If you are able to log into backend, you can easily modify the base URLs of the site via:

 

System -> Configuration -> Web (Under the General section) -> Unsecure

There change the Field "Base URL" to the new domain.

 

System -> Configuration -> Web (Under the General section) -> Secure

Here, the "Base URL" field should either match the site's domain or, if you have purchased a Private SSL certificate for the site, here you should type the https form of the URL of your store.

 

Solution 2 :

If you do not have access to the backend anymore, you need to modify the URL within the database.

 

Go to the table: core_config_data and update below two records:

web/unsecure/base_url
web/secure/base_url

 

The last thing you need to do is clear the cache. The cache folder is located in your root directory > /var/cache. To clear the cache, delete the folder and create it again.

 

Please accept my solution if you satisfied

 

Thanks,

Dibyajyoti

Re: Hosting server migration issue

Thanks man. all working. You are a legent