Page 1 of 1

Change cart url

Posted: Sun Aug 08, 2021 10:44 pm
by Nigel
Change cart url
If I wanted to change my cart from "https://mydomain/currentshopdir/ to "https://mydomain/differenrtshopdir/", where should I look to change it within the files / db ?

Thanks.

Re: Change cart url

Posted: Sun Aug 08, 2021 10:54 pm
by ecartz
You either have to move the files themselves or use something like mod_rewrite to make it look like you moved them. And either way, you have to change the configure.php files to reflect the change.

Re: Change cart url

Posted: Sun Aug 08, 2021 11:08 pm
by Nigel
ecartz wrote: Sun Aug 08, 2021 10:54 pm You either have to move the files themselves or use something like mod_rewrite to make it look like you moved them. And either way, you have to change the configure.php files to reflect the change.
I can rename the directory and all the files would remain in situ. If changing the two includes/configure.php files is all thats required, it should be fine.

Thanks and thanks for the quick response.