hhm-client/public/.htaccess

4 lines
105 B
ApacheConf
Raw Normal View History

2023-02-20 18:17:32 +00:00
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]