Python SimpleHTTPServer

前端 未结 4 598
说谎
说谎 2020-12-10 17:31

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

4条回答
  •  旧巷少年郎
    2020-12-10 18:14

    SimpleHTTPServer does not support apache modules and does not respect .htaccess, because it isn't apache. it won't work with php either.

提交回复
热议问题