Zen Cart Logo
Forums / Installing on a Linux/Unix Server / Moved cart to root however uploading and admin login

Moved cart to root however uploading and admin login

Views: 991

Results 1 to 2 of 2
24 Jan 2011, 10:12 PM
#1
seser avatar

seser

New Zenner

Join Date:
Jan 2011
Posts:
1
Plugin Contributions:
0

Moved cart to root however uploading and admin login

Hello,

I have moved my zen cart install to the root directory of my site and edited the /includes/configure.php, however my admin/includes/configure.php was missing and I cannot find it. Going around the matter I got it to work however when i log into my sites admin it redirects me to the old cart url.

Id like it to be https://www.avsuppliesdirect.com/zc_admin
however it still is going to
https://www.avsuppliesdirect.com/shop/zc_admin

it also uploads images to the wrong directory. How can I change this so it does not redirect me and uses the right web directory? I temporally put a forward to https://www.avsuppliesdirect.com to go to https://www.avsuppliesdirect.com/shop

24 Jan 2011, 10:42 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Moved cart to root however uploading and admin login

You have most likely renamed your Zen Cart Admin from:
/admin

to the directory:
/zc_admin

So this means you need to change the settings in your configuration file:
/zc_admin/includes/configure.php

to the correct paths ...

Check that you do not have both a:
/admin
/zc_admin

as that could be part of the problem ...