Hi everyone.
I'm having a strange problem in Magento, I hope someone can help me. Virtually random, Suddenly, The site is showing 404 Not Found when trying to enter the Base URL or a Controller Action that exists and is well created, and the only effective fix is clearing the cache from the Admin ( I have Full Page cache enabled ) . But it is only temporarily solved, Because after an hour or something like that, it again occurs. Does anyone know what Could be?
I noticed that sometimes if entered, for example:
www.websiteurl.com/store/
The site showed me the 404 Not Found. But if I went to:
www.websiteurl.com/store
Without slash at the end, the site did show me the page properly. Same with actions:
www.websiteurl.com/store/module/controller/action/ <--- 404 Not Found
www.websiteurl.com/store/module/controller/action <--- Ok!
Although there have been times when even going without the slash, still shows me the 404 Not Found. As I commented, clearing the cache from the Admin fix it, but only temporarily. Does anyone have any idea what could be?
Thanks