Get rid of .htaccess now that we're using nginx

This commit is contained in:
wiz
2019-08-23 22:16:27 +09:00
parent 5c28206c02
commit 42e6f30a9b
2 changed files with 2 additions and 10 deletions

View File

@@ -1,7 +0,0 @@
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(.*) /index.html [NC,L]