質問編集履歴

1

すみませんうっかり修正する前のhttp.confをアップしてしまいました。リライトルールを追加してものを再アップします。

2021/09/17 10:28

投稿

oeao09
oeao09

スコア4

test CHANGED
File without changes
test CHANGED
@@ -62,10 +62,20 @@
62
62
 
63
63
  Options Indexes FollowSymLinks
64
64
 
65
- AllowOverride None
65
+ AllowOverride None
66
66
 
67
67
  Require all granted
68
68
 
69
+ RewriteEngine On
70
+
71
+ RewriteRule ^index.php$ - [L]
72
+
73
+ RewriteCond %{REQUEST_FILENAME} !-f
74
+
75
+ RewriteCond %{REQUEST_FILENAME} !-d
76
+
77
+ RewriteRule . /index.php [L]
78
+
69
79
  </Directory>
70
80
 
71
81
  <IfModule dir_module>