X-Git-Url: https://git.cweiske.de/noxon-gateway.git/blobdiff_plain/931d5803649e32b043d7af9034dde326ddb1fefa..3d4549c48e912539390289eeb5c4e20df0b3278c:/www/.htaccess diff --git a/www/.htaccess b/www/.htaccess index 4fb1fbe..e834892 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -1,3 +1,5 @@ RewriteEngine On RewriteBase / +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^.*$ index.php