remove client portal

This commit is contained in:
Muhammad Fajar
2024-01-01 00:07:35 +07:00
parent 96034d069a
commit 64ca019c2c
104 changed files with 0 additions and 31855 deletions

View File

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