[Build] Client Portal

This commit is contained in:
R
2023-02-04 08:38:46 +07:00
parent 8e05280b7d
commit 5d56434aa2
21 changed files with 63 additions and 42 deletions

View File

@@ -1,4 +1,12 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /index.html [QSA,L]
</IfModule>
<IfModule pagespeed_module>
ModPagespeed off
</IfModule>