Is there a way to make Python SimpleHTTPServer supports mod_rewrite?
I\'m trying things with Ember.js with leveraging History API as the location API, and to make it
SimpleHTTPServer does not support apache modules and does not respect .htaccess, because it isn't apache. it won't work with php either.