add .htaccess

This commit is contained in:
Nicolas 2023-01-19 15:37:28 +01:00
parent a6472ce6e8
commit 1664f17046

8
.htaccess Normal file
View File

@ -0,0 +1,8 @@
<IfModule !mod_rewrite.c>
ErrorDocument 500 "mod_rewrite doit etre installé et activé"
</IfModule>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index.php?url=$1