mysql - Opencart from MAMP to Web hosting -


i have created opencart shop on locally hosted site on mamp. have moved site hosting company, need know need update shop work. know need edit "config.php" files point new links. upload sql db server.

i grateful step step instructions work. opencart config files:

// http define('http_server', 'http://localhost:8888/shop/');  // https define('https_server', 'http://localhost:8888/shop/');  // dir define('dir_application', '/applications/mamp/htdocs/shop/catalog/'); define('dir_system', '/applications/mamp/htdocs/shop/system/'); define('dir_image', '/applications/mamp/htdocs/shop/image/'); define('dir_language', '/applications/mamp/htdocs/shop/catalog/language/'); define('dir_template', '/applications/mamp/htdocs/shop/catalog/view/theme/'); define('dir_config', '/applications/mamp/htdocs/shop/system/config/'); define('dir_cache', '/applications/mamp/htdocs/shop/system/storage/cache/'); define('dir_download', '/applications/mamp/htdocs/shop/system/storage/download/'); define('dir_logs', '/applications/mamp/htdocs/shop/system/storage/logs/'); define('dir_modification', '/applications/mamp/htdocs/shop/system/storage/modification/'); define('dir_upload', '/applications/mamp/htdocs/shop/system/storage/upload/');  // db define('db_driver', 'mysqli'); define('db_hostname', 'localhost'); define('db_username', 'root'); define('db_password', 'root'); define('db_database', 'opencart'); define('db_port', '3306'); define('db_prefix', 'oc_'); 

i have contacted hosting company , address of folder is:

/home/cluster-sites/3/c/mywebsite.co.uk/public_html/shop 

what need change?

my sql db set on phpmyadmin "opencart". how transfer hosting - need keep naming same?

i have searched step step guide far no luck. appreciated.

i found great step step guide here:

https://www.squirrelhosting.co.uk/hosting-blog/hosting-blog-info.php?id=47

is working me


Comments