show react contents if existing directry accessed

This commit is contained in:
Yoshihiro OKUMURA
2019-05-22 13:44:35 +09:00
parent c1c937a321
commit 9d681fe853
-1
View File
@@ -5,5 +5,4 @@ RewriteCond %{QUERY_STRING} (^|&)file_id=([0-9]+)($|&)
RewriteRule ^modules/xoonips/download.php /database/file/%2? [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]