From 7958fff5e99d691882f5379478b97a46f0aafed5 Mon Sep 17 00:00:00 2001 From: Malini Date: Tue, 25 Nov 2025 14:50:17 +0530 Subject: [PATCH] added .htaccess file --- ipi-survey-platform/public/.htaccess | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ipi-survey-platform/public/.htaccess diff --git a/ipi-survey-platform/public/.htaccess b/ipi-survey-platform/public/.htaccess new file mode 100644 index 0000000..b0e00a1 --- /dev/null +++ b/ipi-survey-platform/public/.htaccess @@ -0,0 +1,8 @@ + + RewriteEngine On + RewriteBase / + RewriteRule ^index\.html$ - [L] + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + RewriteRule . /index.html [L] + \ No newline at end of file