質問編集履歴

2

追記

2017/11/20 11:09

投稿

na_iki
na_iki

スコア15

test CHANGED
File without changes
test CHANGED
@@ -37,3 +37,7 @@
37
37
  Allow from all
38
38
 
39
39
  </Directory>
40
+
41
+
42
+
43
+ ServerName vagrant-centos65.vagrantup.com:80

1

http.confの変更点

2017/11/20 11:08

投稿

na_iki
na_iki

スコア15

test CHANGED
File without changes
test CHANGED
@@ -19,3 +19,21 @@
19
19
 
20
20
 
21
21
  よろしくお願いします。
22
+
23
+
24
+
25
+ http.confの変更点
26
+
27
+ 以下を追記してます。
28
+
29
+
30
+
31
+ LoadModule rewrite_module modules/mod_rewrite.so
32
+
33
+
34
+
35
+ <Directory "/var/www/html/ディレクトリ名/">
36
+
37
+ Allow from all
38
+
39
+ </Directory>