I've installed ShopWare and I'd like to remove the /public directory from my URLs. I've pointed my domain to use /public as the site's root directory after installation, but for some reason the site's homepage keeps redirecting to 'public,' which is now a 404 error.
All of the other paths in the site's menu are working correctly, going to 'example.com/clothing'... but the home page keeps redirecting.
Check the APP_URL value in your .env file. Apparently, through setup process, the URL was written including public/ which has to be changed.
The other URLs work as they do not point to folders but this is generated by the system along your categories.
Maybe it would be better to ask such specific questions directly in Shopware forums, isn't it?
BestMarco