1 faxxaff Feb 17, 2014 16:22
3 jameshayden Apr 24, 2014 15:36
I think you should use this method to help you out ...def serve(request, path, document_root, show_indexes=False)
For more information you can better follow other web servers those are serving static files.
4 jameshayden Apr 24, 2014 15:38
@jameshayden wrote earlier:
I think you should use this method to help you out ...def serve(request, path, document_root, show_indexes=False)
For more information you can better follow other web servers those are serving static files.
I found the solution. I needed to change following line in root's htaccess file from:
to