@pitkag
If the website is in folder public_html there is no need to assign a relative url it is only in case you uploaded files in yourdomain.com/mapname
Rel url should look like this
// Relative web url
define('REL_WEB_URL', '/');
copy & paste:
// Relative web url
define('REL_WEB_URL', '/');
// Web address - modify here for SSL version of site
define('WEB_PATH', '
https://yourdomain.biz/');// *************************************** //
// ** OPTIONAL CONFIGURATION PARAMETERS ** //
// *************************************** //
// Enable debugging
// define('OSC_DEBUG', true);
// define('OSC_DEBUG_DB', true);
// define('OSC_DEBUG_LOG', true);
// Demo mode
//define('DEMO', true);
//define('DEMO_THEMES', true);
//define('DEMO_PLUGINS', true);