
Originally Posted by
boinkit
define('HTTP_SERVER', 'http://195.62.28.203');
define('HTTPS_SERVER', 'https://195.62.28.203');
define('ENABLE_SSL', 'false');
define('DIR_WS_CATALOG', '/~monkeyno/');
define('DIR_WS_HTTPS_CATALOG', '/~monkeyno/');
If you're going to drop the IP and the ~username, remove both of those and put back your URL.
ie:
Code:
define('HTTP_SERVER', 'http://YOUR_DOMAIN_HERE');
define('HTTPS_SERVER', 'https://YOUR_DOMAIN_HERE');
define('ENABLE_SSL', 'false');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');