So I've just migrated a full website from one server to another. Everything works fine (thank the lord for BackUp Buddy!) but when I load the new website, the links for customer accounts don't work.
Login / Logout / Register / Basket
None of these work and just bring up a 404 error.
<li><a href="/shop/account">Log In</a> | </li>
<li><a href="<?php shopp('customer', 'url'); ?>=logout">Log Out</a> | </li>
There's 2 examples of the link code. The Login link is pointing to the same place as the equivalent on the previous server.
Anyone any insights?