Since you are reading this, you surely might have came across the same error as shown in the cover image.
I'm not sure if other static site server...
For further actions, you may consider blocking this person and/or reporting abuse
And if you want to host a react app on any Cpanel or shared hosting, then adding .htaccess file will be super useful.
I created an account here just to tell you that you are awesome.
Life-saving Post
Thank You
Glad to be of help!
Worked like a charm, thank you.
Thank you!! your solution solved my issue.
You can using server configuration: router.vuejs.org/guide/essentials/...
Easy fix;
In your root directory, create a _redirects file;
Add this;
/* /index.html 200
This should fix the issue for React apps hosted on Netlify.
Source: devsntechies.com/fix-page-not-foun...
thanks ...your solution solved my issue...THANKS
Thanks this worked like magic
Thanks...
This fixed it! Thank you!
Iβve ran into this issue before and didnβt exactly know what to do. I guess Iβll try this out and see. Thanks.
Thank you so muchπ€
i make a project just used html, css and js but i tried this way, its not work
This will fix your issue only if you are using React and React-Router (or other routing library ?).
If you are facing this issue with a website built on a different stack, there is probably a different cause.
Thanks, I tried this and it worked for me too!