Files
aso/public/dashboard/.htaccess
Server D3 Linksehat e5c647bb7c update
2024-10-14 11:11:36 +07:00

12 lines
249 B
ApacheConf
Executable File

<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>