guild_front/public/.htaccess
2021-06-02 18:25:25 +03:00

4 lines
105 B
ApacheConf

Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]