From 5aa9410674bebf378658f9410d5bfbd9f045b3a3 Mon Sep 17 00:00:00 2001 From: Hakan <hakan@chargemap.com> Date: Tue, 23 Nov 2021 11:07:40 +0100 Subject: [PATCH] added htaccess --- .htaccess | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..352128d --- /dev/null +++ b/.htaccess @@ -0,0 +1,9 @@ +#<FilesMatch ".(geojson)"> +# Header set Content-Type application/json +# Header set Access-Control-Allow-Origin * +#</FilesMatch> + +RewriteEngine on +RewriteCond %{REQUEST_FILENAME} !-d +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule . index.php [L] -- GitLab