client portal build

This commit is contained in:
Linksehat Staging Server
2024-01-01 01:58:18 +07:00
parent 64ca019c2c
commit 4135da3103
102 changed files with 558 additions and 0 deletions

View File

@@ -0,0 +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>