Merge pull request #27 from ThomasRubini/htaccess

add .htaccess
This commit is contained in:
Nicolas LAURENT 2023-01-19 15:50:06 +01:00 committed by GitHub
commit 36e4a3aab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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