Jump to content

[SOLVED]How to move prestashop from localhost to Goddady


Recommended Posts

Hi,

 

I've purchased a domain at goddady.com. I've worked and finished my site at localhost using wamp server. All I want to do now is to move my site at goddady domain.

So far I've launched my domain, I've transferred files via ftp, and created (added new username and password ) and imported my database from localhost.

Can anybody tell me how can I link my domain with my database at godaddy to get it working?!

Or to at least show me, where I can see Step by step guide to do that?!

Edited by myedinu (see edit history)
Link to comment
Share on other sites

Hi,

 

I've purchased a domain at goddady.com. I've worked and finished my site at localhost using wamp server. All I want to do now is to move my site at goddady domain.

So far I've launched my domain, I've transferred files via ftp, and created (added new username and password ) and imported my database from localhost.

Can anybody tell me how can I link my domain with my database at godaddy to get it working?!

Or to at least show me, where I can see Step by step guide to do that?!

here is the step how to do this.

1. first zip your database

2. then zip your full prestashop site.

3. then upload that prestashop to server where you want to upload

4. than import the database to the phymyadmin

5. then go to prestashop folder config->settings.inc.php

and edit this code and set up your server name. database name and password

 

define('_DB_SERVER_', 'localhost');
define('_DB_NAME_', 'prestashop_redress_1.5.3');
define('_DB_USER_', 'root');
define('_DB_PASSWD_', 'root');

 

after that open the database using phymyadmin and the search table ps_shop_url and edit the

id_shop_url id_shop domain domain_ssl physical_uri virtual_uri main active b_edit.png b_drop.png 1 1 localhost localhost /theme-presta/ 1 1

 

your server name and folder name and it will run. hope this help you.

Edited by smartdatasoft (see edit history)
  • Like 1
Link to comment
Share on other sites

Hi, Smartdatasoft

 

I've done the steps till 5. After that what should I do in table ps_shop_url, I could't understand (could't open those two links). Can you be more specific please?!

 

suppose your site will show on smartdatasoft.com

then site will set like bellow.

 

where the

 

 

domain is your site main domain

 

physical_uri if that is setup inside any folder in the main domain that will be there like /myfolder/

 

or / if there is no folder

 

and hope this will give you a clear idea how to solve

post-460779-0-14852800-1369416750_thumb.png

  • Like 1
Link to comment
Share on other sites

  • 5 weeks later...

Hi Smartdatasoft,

 

I've done all the above... But got this error:

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

 

What could be wrong please? Its at www.36states.com/prestashop

Link to comment
Share on other sites

×
×
  • Create New...