回答編集履歴

1

directoryディレクティブの設定を追記

2019/03/12 02:42

投稿

yoneshu_pro
yoneshu_pro

スコア19

test CHANGED
@@ -14,4 +14,22 @@
14
14
 
15
15
  DocumentRoot "C:/xampp/xampp/htdocs/laravelapp/public/"
16
16
 
17
+
18
+
19
+ <Directory "C:/xampp/xampp/htdocs/laravelapp/public/">
20
+
21
+ options Indexes FollowSymLinks MultiViews
22
+
23
+ AllowOverride all
24
+
25
+ order allow,deny
26
+
27
+ Allow from all
28
+
29
+ </Directory>
30
+
17
31
  ```
32
+
33
+
34
+
35
+ directoryディレクティブ側もパスの設定を変更しています。