Zen Cart Logo
Forums / General Questions / cart not working when moving to a new server

cart not working when moving to a new server

Locked

Views: 1,175

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
29 Oct 2008, 3:59 AM
#1
webdev316 avatar

webdev316

New Zenner

Join Date:
Oct 2008
Posts:
3
Plugin Contributions:
0

cart not working when moving to a new server

Need some help! I'm new to zen cart. I am moving a customer of mine's website. I moved all of the files, and the database over to a new host. The zen cart however does not work. When I go to the url of the cart it redirects me to zen-cart/zc_install/index.php. I then get an error saying The requested URL /WA/zen-cart/zc_install/index.php was not found on this server.

I found a config.php file where I changed my document root paths and url's but still same thing. What am I missing? Thanks

Jacob

29 Oct 2008, 12:30 PM
#3
webdev316 avatar

webdev316

New Zenner

Join Date:
Oct 2008
Posts:
3
Plugin Contributions:
0

Re: cart not working when moving to a new server

I will take a look. Thanks

29 Oct 2008, 12:33 PM
#4
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: cart not working when moving to a new server

There are two config files to change:

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

You would need to edit both to use the new path(s) and new Database information.

30 Oct 2008, 2:35 AM
#5
webdev316 avatar

webdev316

New Zenner

Join Date:
Oct 2008
Posts:
3
Plugin Contributions:
0

Re: cart not working when moving to a new server

Thanks guys. That worked.