Skip to content
Snippets Groups Projects
Commit 5aa94106 authored by Hakan's avatar Hakan
Browse files

added htaccess

parent 4df77502
No related merge requests found
#<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]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment