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/details
go tohttp://bamap.ir/#/details
http://bamap.ir/user-authentication
go tohttp://bamap.ir/#/user-authentication
- ...
How can I rout this urls with .htacccess
?