Ricky Sharma
Ricky Sharma

Reputation: 1919

how to use production database on local?

I have downloaded Magento database from the production environment to use on local. Now while installation when I try to use that database . i get caught into an indefinate loop. what change do I have to make in the database to make it work fine on local, so that I can use the content. I am using wamp on local.

Production environment has multiple websites. so every region has it's own website. there are 5 websites. Please suggest something I really need to use the content like cms pages blocks customer groups etc. Thanks in advance.

Upvotes: 0

Views: 122

Answers (1)

Gershon Herczeg
Gershon Herczeg

Reputation: 3064

Go to table cone_config_data

Update these value to be your localhost url:

web/secure/base_url //put the unsecure one in this one for the local 
web/unsecure/base_url

Change this value to 0

web/seo/use_rewrites 

Empty the var folder.

Upvotes: 2

Related Questions