transfer shop from staging location to live location

Posted By tasosdr Wed 22 Jan 2014
Add to Favorites0
Author Message
tasosdr
 Posted Wed 22 Jan 2014
Supreme Being

Supreme Being - (22,163 reputation)Supreme Being - (22,163 reputation)Supreme Being - (22,163 reputation)Supreme Being - (22,163 reputation)Supreme Being - (22,163 reputation)Supreme Being - (22,163 reputation)Supreme Being - (22,163 reputation)Supreme Being - (22,163 reputation)Supreme Being - (22,163 reputation)

Group: Forum Members
Last Active: Thu 16 Jun 2022
Posts: 38, Visits: 198
Hallo,

Beeing at the final stage of implementation I would like to seek your advise of the best way to transfer the whole shop from the stage location (subdomain) to the live location (root), in order the solution to go live at last.
Can you advise me an bullet-proof way of doing this? It is actually my 1st time of a kartris e-shop development and I would like to standarize a procedure.

Thanks in advance,

Tasos Drosiadis
Paul Marked As Answer
 Posted Wed 22 Jan 2014
große Käse

große Käse - (453,328 reputation)große Käse - (453,328 reputation)große Käse - (453,328 reputation)große Käse - (453,328 reputation)große Käse - (453,328 reputation)große Käse - (453,328 reputation)große Käse - (453,328 reputation)große Käse - (453,328 reputation)große Käse - (453,328 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
I assume that you need to physically move the Kartris files, and not just change DNS or IIS to point the main domain at the web?

You would need to first create a new web (or clean out the existing web space for the main domain) and upload all your Kartris files to it.

If the MSSQL is on the same server, you can leave it in place. You may need to add a new user to the database, and give it appropriate permissions, if the new web site runs as a different user to the subdomain you were running on.

Finally, you will need to login to the back end on the new site and then ensure the following config settings are updated:

general.webshopURL (make sure this starts http:// and ends with a /)
general.webshopfolder (if you were previously running in a subfolder).

If you don't update the webshopURL setting, you will find that the front end of the site keeps redirecting to the subdomain, even though you've set up Kartris on the full domain.

Finally, check the web folder in Windows Explorer (right click properties), then security tab, and ensure the web user for this web has full control. This ensures Kartris can write files as required (e.g. file uploads, logs, payment gateway config files, etc.).

that should be everything. IF you get any errors, check the log files (in case the back end is not working, you can find the raw files in Uploads/Logs).


--
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
tasosdr Marked As Answer
 Posted Fri 31 Jan 2014
Supreme Being

Supreme Being - (22,163 reputation)Supreme Being - (22,163 reputation)Supreme Being - (22,163 reputation)Supreme Being - (22,163 reputation)Supreme Being - (22,163 reputation)Supreme Being - (22,163 reputation)Supreme Being - (22,163 reputation)Supreme Being - (22,163 reputation)Supreme Being - (22,163 reputation)

Group: Forum Members
Last Active: Thu 16 Jun 2022
Posts: 38, Visits: 198
It worked like a charm.

I am stating the whole process just as a reference:

1. The staging site was in a sub-domain (dev.rira.gr)
2. The MSSQL database was in the same server, obviously.
3. I made space to the root
4. I copied all the contents of the dev.rira.gr, through plesk functions to web root
5. I made sure that the ASP.NET settings were OK (v.4.x) and that the connection string was pointing correctly to the database
6. I changed the webshopurl setting to point to the new address

And all were just fine!

Thanks

Tasos

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top