Thanks a million! Is this the only thing I have to change?
Thanks a million! Is this the only thing I have to change?
As long as you do it for both configure.php files, that should be enough. Moving (or in this case re-directing) Zen Carts is one of those things that's really difficult to get your head around, and yet really easy in practise. If you have any further problems with this, come back here and we'll sort them.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
KUROI, I did what you said and the site works! But, the admin section doesnt. I log into my admin section with http://www.rbackyard.net/admin/login.php and it show fine but when I put in my pass and user it gives me an 404 error.
Thanks,
Chad
What do you have in lines 49-52 of your admin/includes/configure.php file?
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Code:define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
Apologies, it's actually 41-44 that I need, i.e starting from define('DIR_WS_ADMIN'
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Code:define('DIR_WS_ADMIN', '/rbackyard/admin/'); define('DIR_WS_CATALOG', '/'); define('DIR_WS_HTTPS_ADMIN', '/rbackyard/admin/'); define('DIR_WS_HTTPS_CATALOG', '/');
Same problem as before... just remove the bits in red and all should work finedefine('DIR_WS_ADMIN', '/rbackyard/admin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/rbackyard/admin/');
define('DIR_WS_HTTPS_CATALOG', '/');
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
I think im going to cry!! It workedIs there anything else I need to do?
No. Just sit back. Enjoy a cold beer. And revel in your streamlined URL.![]()
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)