Jump to content

[SOLVED] Configure Prestashop site from server to Localhost


Recommended Posts

Hello

 

I am trying to configure(transfer) Prestashp site from client server to localhost. i had follow this instructions.

 

1. Backup full site ( all file and database) for security reaasons.

2. Upload all files to new hosting via FTP or SSH

3. Import the database using the phpMyAdmin

4. Using PHPMyAdmin and go to the table "ps_configuration" and change 2 line PS_SHOP_DOMAIN and PS_SHOP_DOMAIN_SSL to localhost.

5 Updating config settings: Goto config/settings.inc.php and change database connection include: database name: _DB_NAME_, user: _DB_USER_ and password: _DB_PASSWD_

 

after all of this prestashop site is not configure it transfer the controle to

http://ww25.bslocal.com/index.php .

Edited by ashvin.gargav (see edit history)
Link to comment
Share on other sites

link that you pasted doesnt work, and you said that you trying to copy shop from server to localhost, and in description you say something else... so my question is, what you exactly want to do?

 

and most important: in which prestashop version?

Link to comment
Share on other sites

  On 3/29/2013 at 10:31 AM, ashvin.gargav said:

4. Using PHPMyAdmin and go to the table "ps_configuration" and change 2 line PS_SHOP_DOMAIN and PS_SHOP_DOMAIN_SSL to localhost.

 

Did you follow this step? If you want to make it live from localhost then you would need to change the PS_SHOP_DOMAIN etc to your actual domain name

Link to comment
Share on other sites

Thanks, for your answers.

 

My Client is using Prestashop version 1.4.10 and he wants to upgrade it to 1.5.3.(with few Designe changes & Modules upgrade ). My aim is to Configure Existing site on Wamp Server locally and upgrade the version to 1.5.3 , change the designes and finally transfer it to Client server. i have done following steps to configure live site to localhost:

1. Zip Code on client server - Download it - Extract it to www folder of wamp server.

2. Create database on local system with same Name used on live site & Import Database using sql file.

3. Using PHPMyAdmin go to the table "ps_configuration" and change 2 line PS_SHOP_DOMAIN to localhost.

4. Update config settings: Goto config/settings.inc.php and change database connection include: user: _DB_USER_ to root and password: _DB_PASSWD_ to Blank(Empty String).

 

But till now it redirecting me to http://ww25.bslocal.com/index.php when i attempt to localhost.

 

Please suggest me Should i have to do more setting, or what should i have to do.

 

Please Suggest me

Link to comment
Share on other sites

×
×
  • Create New...