Build & Move to Dashboard Folder

This commit is contained in:
2022-07-27 11:25:15 +07:00
parent 58e46b4a9e
commit b7ab616875
72 changed files with 1223 additions and 1 deletions

View File

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