addin dev folder
This commit is contained in:
9
dev/interactive-angular-map/.htaccess
Normal file
9
dev/interactive-angular-map/.htaccess
Normal 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]
|
||||
|
||||
Reference in New Issue
Block a user