
Originally Posted by
lhungil
define('HTTP_SERVER', 'https://***.com/testsite'); <-- These should not have directories (folders) in them (or a trailing slash). So should be 'https://***.com'. There are three other similiar entries which need to be updated.
define('DIR_WS_CATALOG', '/'); <-- This should have the directory (folder) including leading and trailing slash. So should be '/testsite/'. The admin one should calculate automatically once you fix the other settings.
Note: If you are using shared SSL (different hostname and / or path), please tell us as this impacts a number of things.