facilmap/frontend/.htaccess

6 wiersze
120 B
ApacheConf
Czysty Zwykły widok Historia

2014-04-07 00:33:49 +00:00
RewriteEngine on
RewriteRule ^$ build/index.html
2014-04-07 00:33:49 +00:00
RewriteCond %{REQUEST_FILENAME} !-f
2016-10-07 11:57:20 +00:00
RewriteRule ^.+$ build/index.html