質問編集履歴

2

コードの箇所の体裁を訂正

2021/01/01 00:32

投稿

gobindar
gobindar

スコア51

test CHANGED
File without changes
test CHANGED
@@ -72,15 +72,21 @@
72
72
 
73
73
   →下記記載あり
74
74
 
75
- # Virtual hosts
75
+ ```
76
76
 
77
+ #Virtual hosts
78
+
77
- Include /Applications/MAMP/conf/apache/extra/httpd-vhosts.conf
79
+ Include /Applications/MAMP/conf/apache/extra/httpd-vhosts.conf
80
+
81
+ ```
78
82
 
79
83
  ②Applications\MAMP\conf\apache\extra\httpd-vhosts.conf
80
84
 
81
85
  →下記記載あり(8001の分だけ記載しましたが、他3種(8005等)もあります)
82
86
 
83
87
 
88
+
89
+ ```
84
90
 
85
91
  Listen 8001
86
92
 
@@ -100,6 +106,8 @@
100
106
 
101
107
  </VirtualHost>
102
108
 
109
+ ```
110
+
103
111
 
104
112
 
105
113
  ③各ソースフォルダのpublic直下に「index.php」あり

1

確認済事項を追記

2021/01/01 00:32

投稿

gobindar
gobindar

スコア51

test CHANGED
File without changes
test CHANGED
@@ -66,9 +66,9 @@
66
66
 
67
67
 
68
68
 
69
- ■確認済の内容
69
+ ■確認済の内容(3点)
70
70
 
71
- Applications\MAMP\conf\apache\httpd.conf
71
+ Applications\MAMP\conf\apache\httpd.conf
72
72
 
73
73
   →下記記載あり
74
74
 
@@ -76,7 +76,7 @@
76
76
 
77
77
  Include /Applications/MAMP/conf/apache/extra/httpd-vhosts.conf
78
78
 
79
- Applications\MAMP\conf\apache\extra\httpd-vhosts.conf
79
+ Applications\MAMP\conf\apache\extra\httpd-vhosts.conf
80
80
 
81
81
  →下記記載あり(8001の分だけ記載しましたが、他3種(8005等)もあります)
82
82
 
@@ -102,4 +102,8 @@
102
102
 
103
103
 
104
104
 
105
+ ③各ソースフォルダのpublic直下に「index.php」あり
106
+
107
+
108
+
105
109
  宜しくお願いいたします。