Question
When I write the Sub Page Link To Browser It gives 404 Error
I am hosting a static React page on Digital Ocean. I have sub pages in my site. I can reach the links via navbar but when I copy and paste the link site gives 404 error. For example when I write:
https://abc.com/xyz
to the browser it gives 404 but I can reach the exact same link when I click to Navbar list item.
And also in localhost it works perfectly fine.
How can I fix it?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×