I am looking for a way to do a redirect like Twitter does using htaccess.
All requests to “domain.com/test” should be redirected to “domain.com/#!/test”
Should also work with “domain.com/test1/test2” -> “domain.com/#!/test1/test2”
Any ideas?
Thnx
I am looking for a way to do a redirect like Twitter does using
Share
They do that with JavaScript:
To comply with terms of graceful degradation you should do that with JavaScript too.