diff --git a/.htaccess b/.htaccess index a589ab5..4444ee4 100644 --- a/.htaccess +++ b/.htaccess @@ -1 +1,5 @@ -FallbackResource /DirektiveDesDons/index.php \ No newline at end of file +# Redirect everything to index.php +RewriteEngine on +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^.*$ /DirektiveDesDons/index.php [L,QSA] \ No newline at end of file