Quote Originally Posted by kobra View Post
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
Kobra,

Apologies to you. I miss understood what your were say about the define('DIR_WS_CATALOG', '/');

I added the following to the line to make it look like this define('DIR_WS_CATALOG', '/store/index.php');

Now the only problem is that the banner I notice did not work to get back to zen cart home page it doubled up for some reason.
Any ideas. Here is the url doubled up.

store/index.phpindex.php?main_page=redirect&action=banner&goto=1

Thanks for your help.