Files
aso/frontend/client-portal/.htaccess
2023-01-19 10:09:53 +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>