Group: Forum Members
Last Active: Thu 2 Jan 2014
Posts: 4,
Visits: 17
|
Hi
I need to move my kartris system from 1 server to another server, ideally what i want 100% same configuration on new server like currency+data, so i expect to do something like
1: copy my kartris folder (pointed in iis) and db to new server 2: do iis settings in new server and as well as attach that db 3: do db settings in web.config,
Is that all or im wrong?
if that is not work able then should i do according to section in user guide (http://userguide.kartris.com/Default.aspx?headID=21) ?
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
The site redirected because there is a config setting which holds the site's URL:
general.webshopURL
You can have multiple URLs mapped to a site within IIS, but the site will always redirect to the preferred one set up in this config setting if you access the site on a different URL.
The back end won't do this however (this is by design). It will work with any URL that can reach it. So you can access the back end like this:
http://www.newsiteurl.xyz/admin/
Once inside there, you can update the general.webshopurl to http://www.newsiteurl.xyz/
Now, the front end should work with http://www.newsiteurl.xyz/, without redirecting to the old URL.
You may need to clear your browser cache if it doesnt as browsers sometimes do seem to cache the redirection, so even after you change the settings, hitting the front page still redirects.
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|