[Answer]-Django + mod_wsgi: Can someone advise me on my setup and rewrite rules

1👍

If you want Django serving the entire site, get rid of your public directory, indexes and whatnot. Other than /static, you should only need your WSGIScriptAlias directive. Fix the urls.py to say that your site should be coming from /, rather than /myapp.

Leave a comment