webeindustry If you're using nginx, you can insert this into your server section of the vhost config file: error_page 404 =200 /index.html;
Revil90 Hi, I just found the 404 page in \vendor\flarum\core\error and changed the code in: <script language="javascript"> window.location.href = "mysite" </script> It will help my SEO?
webeindustry Core should not be changed. It will be wiped when you update. I can't comment on SEO, the rules change over time.
Revil90 I'm using plesk, I tried to edit the html file in the directory error_docs but nothing works. https://kb.plesk.com/en/5279 Thank you