Files
server_table/public/.htaccess
2018-08-04 21:12:20 +00:00

4 lines
105 B
ApacheConf

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