From 1664f17046c4d911cda22ae20addb7a7fbda2fb0 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 19 Jan 2023 15:37:28 +0100 Subject: [PATCH] add .htaccess --- .htaccess | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..287971a --- /dev/null +++ b/.htaccess @@ -0,0 +1,8 @@ + + ErrorDocument 500 "mod_rewrite doit etre installé et activé" + +RewriteEngine on + +RewriteCond %{REQUEST_FILENAME} !-f + +RewriteRule ^(.*)$ /index.php?url=$1