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