Ok check that one out but the only link inside deals primarily with MySQL
You should have this with yours set to /shop:
Code:
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
And this earlier in the file:
Code:
define('HTTP_SERVER', 'http://your_domain.com');
define('HTTPS_SERVER', 'https://your_domain.com');
I also noticed that your url in the browser does not change....this must be set elsewhere