added .htaccess file
This commit is contained in:
parent
a966ca77f4
commit
7958fff5e9
8
ipi-survey-platform/public/.htaccess
Normal file
8
ipi-survey-platform/public/.htaccess
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<IfModule mod_rewrite.c>
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /
|
||||||
|
RewriteRule ^index\.html$ - [L]
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteRule . /index.html [L]
|
||||||
|
</IfModule>
|
||||||
Loading…
Reference in New Issue
Block a user