Skip to content

Instantly share code, notes, and snippets.

@vgarvardt
Forked from datakop/.htaccess
Created May 5, 2013 19:39
Show Gist options
  • Save vgarvardt/5521932 to your computer and use it in GitHub Desktop.
Save vgarvardt/5521932 to your computer and use it in GitHub Desktop.
AddHandler wsgi-script .wsgi
RewriteEngine on
RewriteBase /
RewriteRule ^(media/.*)$ - [L]
RewriteRule ^(static/.*)$ - [L]
RewriteCond %{REQUEST_URI} !(django.wsgi)
RewriteRule ^(.*)$ django.wsgi/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment