well this is what i have. is this how it should be, or i gotta modify something? for some reason if i wanna correct the .php i cannot save the file, it says "cannot save configure.php"
im trying to edit it in my file manager, is this correct location to do it?
Code:
// define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', 'zen_');
define('DB_SERVER', 'hlc1015311024690.db.6246889.hostedresource.com');
define('DB_SERVER_USERNAME', 'hlc1015311024690');
define('DB_SERVER_PASSWORD', '');
define('DB_DATABASE', 'hlc1015311024690');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'db');
im using usavedomains.com and my store is hlcstore.com/zencart/admin
