Skip to content

Instantly share code, notes, and snippets.

View Siltaar's full-sized avatar

Simon Descarpentries Siltaar

View GitHub Profile
@Siltaar
Siltaar / .htaccess
Last active November 12, 2022 19:01 — forked from pyguerder/ Django-on-OVH-tutorial.md
Installation de Django sur un hébergement mutualisé OVH
Options +ExecCGI
AddHandler cgi-script .cgi
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ django.cgi/$1 [QSA,L]