build file

This commit is contained in:
sandhiya-hepl
2026-07-17 17:53:37 +05:30
parent 1c53f62faa
commit d0866bf0f8
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -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]