Updating Configure.php files :
Whenever you move your host, change domain name, change the doc root path of your server or there is any change in the database details. You must update the configure.php files with the updated details, else you cart will fail to load and will throw the error. The paths of the configure.php files are ,
Cart Configure.php
includes/configure.php
Admin Configure.php
admin/includes/configure.php
Cart Configure File : This file has all details paths, DB connection detail that will be used at cart front end. Below are the details of the configure.php file of store front end.
The first section consist of your actual domain / URL that you use to access your cart, SSL support and the path of the cart on the server.
The second section of the configure.php consist of following entries,
In the second section you have the template path, and your actual server path defines.
The Third and final section of the configure.php will be your database connection details.
In the admin configure.php file the above defines will be same, with some additional defines as below.
Note:
Copyright 2024 © LOADED COMMERCE, LLC