Backbone.js PushState routes .htaccess only working as hash but nowhere else
问题 I have a website domain.com for example. I have backbone.js with pushstate and fallback and when I goto domain.com/about it loads up the index.html page and pushstates to about. everything is working. but if i want to goto a directory with a page inside like: www.domain.com/bio/moreinfo for example, it does not work and throws a invalid page. if i do it in IE it works fine. my htaccess file has the following: RewriteEngine on # html5 pushstate (history) support: <ifModule mod_rewrite.c>