over 4 years ago
Steps to describe Local magento to live server ?
Run this query:
SELECT * FROM core_config_data WHERE path = 'web/unsecure/base_url' OR path = 'web/secure/base_url';
you get output like this.
localhost/myproject
Now, Run below queury to change that values for new url
UPDATE core_config_data SET value = 'http://www.yourdomainname.com/' WHERE path LIKE 'web/%/base_url';
That’s all, Hope this helps. Thanks.
Starting with Chrome version 45, NPAPI is no longer supported for Google Chrome. For more information, see Chrome and NPAPI (blog.chromium.org).
Firefox and Microsoft Internet Explorer are recommended browsers for websites using java applets.
Chrome Version Support
Are you sure, you want to delete this comment?
Sign up using
0 Comment(s)