From 9d681fe853a276ec6ac0616e3bea4e8dc5bc6171 Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Wed, 22 May 2019 13:44:35 +0900 Subject: [PATCH] show react contents if existing directry accessed --- public/.htaccess | 1 - 1 file changed, 1 deletion(-) diff --git a/public/.htaccess b/public/.htaccess index 6aba9c5..c0d9bbc 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -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]