Please tell me, in database where i have to change domain when i m moving my Magento website to any other domain
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The table you are looking for is
core_config_dataAnd the two paths you are looking for are:
web/unsecure/base_url– (unsecure i.e. http://)web/secure/base_url– (secure i.e. https://)Assuming you have a single store, you can use the following query..
Finally, clear the var/cache directory