質問編集履歴
1
htaccessの記述をミスしてしまい、直しました。すみません。
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
|
14
14
|
<IfModule mod_rewrite.c>
|
15
15
|
RewriteEngine On
|
16
|
-
RewriteBase /
|
16
|
+
RewriteBase /
|
17
17
|
RewriteRule ^index.php$ - [L]
|
18
18
|
RewriteCond %{REQUEST_FILENAME} !-f
|
19
19
|
RewriteCond %{REQUEST_FILENAME} !-d
|