Skip to content

Commit 2087916

Browse files
authored
fix #4151 【コンテンツ】フォルダの実体参照が出来ない問題を解決
fix #4151 【コンテンツ】フォルダの実体参照が出来ない問題を解決
2 parents 2ffbc70 + d04046e commit 2087916

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webroot/.htaccess

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<IfModule mod_rewrite.c>
22
RewriteEngine On
33
RewriteBase /
4+
RewriteRule \.(ico|map)$ - [L]
5+
RewriteCond %{REQUEST_FILENAME} !-d
46
RewriteCond %{REQUEST_FILENAME} !-f
57
RewriteRule ^ index.php [L]
68
</IfModule>

0 commit comments

Comments
 (0)