質問編集履歴

2

[vagrant@localhost ~]$ cd php_lessons [vagrant@localhost php_lessons]$ php -S 192.168.33.10:8000 PHP

2019/04/19 06:03

投稿

seckey
seckey

スコア10

test CHANGED
File without changes
test CHANGED
@@ -68,7 +68,19 @@
68
68
 
69
69
  ### 該当のソースコード
70
70
 
71
+ [vagrant@localhost ~]$ cd php_lessons
72
+
73
+ [vagrant@localhost php_lessons]$ php -S 192.168.33.10:8000
74
+
75
+ PHP 5.6.40 Development Server started at Fri Apr 19 04:53:09 2019
76
+
71
- http://192.168.33.10:8000
77
+ Listening on http://192.168.33.10:8000
78
+
79
+ Document root is /home/vagrant/php_lessons
80
+
81
+ Press Ctrl-C to quit.
82
+
83
+ [Fri Apr 19 04:53:25 2019] 192.168.33.1:50898 [404]: / - No such file or directory
72
84
 
73
85
 
74
86
 

1

フォルダ名php_lessons の中の php.indexのファイルが開けません。

2019/04/19 06:02

投稿

seckey
seckey

スコア10

test CHANGED
File without changes
test CHANGED
@@ -48,6 +48,14 @@
48
48
 
49
49
  ブラウザにて確認できません。
50
50
 
51
+
52
+
53
+ フォルダ名php_lessons
54
+
55
+ の中の
56
+
57
+ php.indexのファイルが開けません。
58
+
51
59
  ```
52
60
 
53
61
  エラーメッセージ