I want to have SEO friendly URLs in Edwic for my projects, for example: https://www.hechoencuerno.com/shop/
I follow the instructions, but the best solution requires edit the .htaccess
In my case:
<script>
window.ec = window.ec || {};
window.ec.config = window.ec.config || {};
window.ec.config.storefrontUrls = window.ec.config.storefrontUrls || {};
window.ec.config.storefrontUrls.cleanUrls = true;
window.ec.config.baseUrl = '/shop';
</script>
Documentation here: Setting up SEO friendly clean URLs in Ecwid (Examples) · GitHub
Navigating in the site looks well, but if you try open the Direct link isn’t works, like https://www.hechoencuerno.com/shop/SAMPLE-Black-Tank-p376945147
It’s possible use the SEO friendly URLs in Ecwid like this Direct link?