I have a single page site. My page has multi section. I define sections with #. for example detail section has a url like http://bamap.ir/#/details. 
I want to rout some urls as follow:
- http://bamap.ir/detailsgo to- http://bamap.ir/#/details
- http://bamap.ir/user-authenticationgo to- http://bamap.ir/#/user-authentication
- ...
How can I rout this urls with .htacccess?
 
     
     
    