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.
Change cart url
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: Change cart url
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.
-
Nigel
- Contributor
- Posts: 114
- Joined: Mon Jan 11, 2021 1:39 am
- Phoenix Version:
- Has thanked: 29 times
- Been thanked: 8 times
Re: Change cart url
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.