diff --git a/.htaccess b/.htaccess index 66ef8f69..ea56c24b 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,6 @@ RewriteEngine On + RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^ index.php [QSA,L] + +RewriteRule ^.*$ index.php [L] diff --git a/web.config b/web.config new file mode 100644 index 00000000..c4ae5fbd --- /dev/null +++ b/web.config @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + +