addin dev folder

This commit is contained in:
2025-03-04 02:25:35 +00:00
parent 8d352cc634
commit 982d7340f3
20 changed files with 15813 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
RewriteEngine On
# Allow direct access to existing files and folders
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
# Redirect all other requests to index.html
RewriteRule ^.*$ /dev/interactive-angular-map/index.html [L]