Zen Cart Logo
Forums / Basic Configuration / My WWW page changes after i open an item

My WWW page changes after i open an item

Locked

Views: 785

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
10 Jun 2009, 5:30 AM
#1
littlemissglamour avatar

littlemissglamour

New Zenner

Join Date:
Jun 2009
Posts:
18
Plugin Contributions:
0

My WWW page changes after i open an item

Hi,

First time poster.. long time reader.

When i type in my website address my home page comes up.
But when i click on a category / item etc it reverts to my main hosting account which is a different name and unrelated.

Do you know how i can have it so my website is the only address to shop up?

Thank you!

(My site www. maxandblanks. com.au)

10 Jun 2009, 8:44 AM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: My WWW page changes after i open an item

zencart builds all links using your configure.php files ..look at your configure.php files located in following folders.

includes/configure.php
admin / includes / configure.php

back those files before any modification .

11 Jun 2009, 1:33 AM
#3
littlemissglamour avatar

littlemissglamour

New Zenner

Join Date:
Jun 2009
Posts:
18
Plugin Contributions:
0

Re: My WWW page changes after i open an item

just tried to change all reference to my main server and it didn't make any changes.

Is there some way in the Zen cart admin section i say to only have it come up with my website??

Thanks.

11 Jun 2009, 1:53 AM
#4
littlemissglamour avatar

littlemissglamour

New Zenner

Join Date:
Jun 2009
Posts:
18
Plugin Contributions:
0

Re: My WWW page changes after i open an item

Maybe i didn't change all the references, so now i did and my website is blank.... i'm going to paste back the previous configure files.

Does anyone know WHICH parts of configure i should change?

Please!

11 Jun 2009, 2:57 AM
#5
littlemissglamour avatar

littlemissglamour

New Zenner

Join Date:
Jun 2009
Posts:
18
Plugin Contributions:
0

Re: My WWW page changes after i open an item

I did it i did it i did it!! yaye.

I just had to change the

define('HTTP_SERVER', 'http://mysite.com');
define('HTTPS_SERVER', 'https://mysite.com');

and THEN make ...

define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');

:clap::clap::clap: