Hi
I cloned my website (Magento 2.3.3) for local server and frontend not working. Backend is OK.
When I clicked any link (on front) i have an error:
...
Please help.
I try this solution and other: https://community.magento.com/t5/Magento-2-x-Technical-Issues/Error-404-on-all-pages-after-installat...
, but it still does not work :/
Thanks
still the same ,
I have url:
http://localhost/mage/index.php
and when I refresh page - index.php is cut from the url ,,,
I have multistore if it matters,,,
in my .htaccess file I have line: RewriteBase /mage/
can you share me the screenshot of the store->configuration->general->web
Hello @dachu100
Do you have set homepage for each store view /website.
Sometimes it's 404 page selected and cause such issue.
Do you have store code in URL is enabled. If yes then you need to open the frontend with store code URLs. Like domain.com/en
Do you have setup multi website correctly? Properly added code in index.php and .htaccess
Also take a look at
I solved it.
Stores > Configuration > Web :
Url Options: Auto-redirect to Base Url - YES
Search Engine Optimization - YES
thanks