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 December 6, 2024 10:53 — 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]