質問編集履歴
1
すみませんうっかり修正する前のhttp.confをアップしてしまいました。リライトルールを追加してものを再アップします。
title
CHANGED
File without changes
|
body
CHANGED
@@ -30,8 +30,13 @@
|
|
30
30
|
</Directory>
|
31
31
|
<Directory "/var/www/html">
|
32
32
|
Options Indexes FollowSymLinks
|
33
|
-
AllowOverride None
|
33
|
+
AllowOverride None
|
34
34
|
Require all granted
|
35
|
+
RewriteEngine On
|
36
|
+
RewriteRule ^index.php$ - [L]
|
37
|
+
RewriteCond %{REQUEST_FILENAME} !-f
|
38
|
+
RewriteCond %{REQUEST_FILENAME} !-d
|
39
|
+
RewriteRule . /index.php [L]
|
35
40
|
</Directory>
|
36
41
|
<IfModule dir_module>
|
37
42
|
DirectoryIndex index.html
|