Quote Originally Posted by RedDevilDistributing View Post
We have 2 individual installations on our domain. One of them is for retail customers and the other for wholesale customers. If someone goes directly to our domain they are given the option to visit the retail or wholesale site (see http://reddevildistribution.com).

The problem is when someone goes to the wholesale site. While visiting the site if they click on Home or on the logo it takes them back to the root server. Is it possible to have them just returned to the home page for the wholesale site?

Not sure if this makes any sense or not, but if you look at the index itself, located at: http://reddevildistribution.com/index.php and then click on home or the logo it just kind of loops you back around.

We are on v1.3.9h using the Comstock Template. The retail portion is located on a sub directory (../retail) while the wholesale is located on the root directory.

Any suggestions on this would be greatly appreciated!



Thanks!
This is not a template specific problem and I'm not sure if the following solution will work.

Try the following:

open includes/configure.php

find the following define statements and make the changes as indicated by the highlight(s)

define('DIR_WS_CATALOG', 'index.php/');
define('DIR_WS_HTTPS_CATALOG', 'index.php/');


Make the same changes in YOUR_ADMIN/includes/configure.php