diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000000000000000000000000000000000000..352128db5684ec0476c1c555ba590cbe2d2f1836
--- /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]