build file
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
|||||||
|
Options -MultiViews
|
||||||
|
RewriteEngine On
|
||||||
|
|
||||||
|
# SPA fallback — serve index.html for non-file requests under /citpl_website
|
||||||
|
RewriteBase /citpl_website/
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteRule ^ index.html [L]
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
Options -MultiViews
|
||||||
|
RewriteEngine On
|
||||||
|
|
||||||
|
# SPA fallback — serve index.html for non-file requests under /citpl_website
|
||||||
|
RewriteBase /citpl_website/
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteRule ^ index.html [L]
|
||||||
|
|||||||
Reference in New Issue
Block a user