Zen Cart Logo
Forums / General Questions / changing domain?

changing domain?

Locked

Views: 2,447

Results 21 to 26 of 26
This thread is locked. New replies are disabled.
25 Nov 2008, 9:47 PM
#21
rhaught avatar

rhaught

New Zenner

Join Date:
Nov 2008
Location:
New York City
Posts:
95
Plugin Contributions:
0

changing domain?

Website Rob:

I cannot advise about the files you mention as I do not know what those files are or where they come from.

I transferred all the /store files to desktop earlier via Filezilla which is why I asked.

25 Nov 2008, 11:05 PM
#22
rhaught avatar

rhaught

New Zenner

Join Date:
Nov 2008
Location:
New York City
Posts:
95
Plugin Contributions:
0

Re: changing domain?

define('DIR_WS_ADMIN', '/store/admin/'); change to:

define('DIR_WS_ADMIN', 'admin/');

Before I do this just want to make sure it is right

25 Nov 2008, 11:55 PM
#23
rhaught avatar

rhaught

New Zenner

Join Date:
Nov 2008
Location:
New York City
Posts:
95
Plugin Contributions:
0

Re: changing domain?

Ok, did it and the main page seems okay. However when I click on the categories or information link get the following message:

Firefox can't find the server at thefilmbunker.comindex.php.

I have to add the / between com and index but how?

26 Nov 2008, 12:47 AM
#25
colemanpa avatar

colemanpa

Zen Follower

Join Date:
Oct 2007
Location:
Fairbanks, Alaska
Posts:
423
Plugin Contributions:
0

Re: changing domain?

ok your cart was in /store you move it to / now you have to configure the two configure.php files, one is in /admin/includes/ and the other is in /includes/ you have to change the lines that have /store in them to the new address, then your cart will work again. given that you upload all the files from /store/ to /

pete

26 Nov 2008, 1:00 AM
#26
rhaught avatar

rhaught

New Zenner

Join Date:
Nov 2008
Location:
New York City
Posts:
95
Plugin Contributions:
0

Re: changing domain?

founf this in the includes/configure.php
define('DIR_FS_SQL_CACHE', '/home/thefil5/public_html/store/cache');

Would this also be cause and what would I change it to?