I am using react-router within my reactjs application and do not like the /#/ prefix it gives. I removed this easily by setting it to use HTML 5 history, but now on reload it sends requests to the server for the specific URL. I want to instead send these requests to the index.html file. I do not want to handle this from a backend. I am thinking a .htaccess setup might work but haven't been able to get this right.
Any and all help is appreciated.