What i'm trying to do is quite simple but none of the stackoverflow answers address this exactly:
How do i use .htaccess to insert a hash tag in between the base url and the route requested?
ie
http://mydomain.com/shop
will become
http://mydomain.com/#/shop
i want to use .htaccess because i feel like its a cleaner solution than server side php. it the reason i can do this is because i'm using jquery address which takes over the links on the page replacing the href attribute. it just breaks if the hash tag isn't properly getting put in.