質問編集履歴

3

質問への追記

2018/05/03 12:09

投稿

12kft
12kft

スコア6

test CHANGED
File without changes
test CHANGED
@@ -63,3 +63,11 @@
63
63
 
64
64
 
65
65
  です。
66
+
67
+
68
+
69
+ <追記2>
70
+
71
+ セーフモードでの起動を試してみましたが、やはり接続は出来ませんでした。
72
+
73
+ また、起動後にCtrl+Cやコマンドプロンプトの終了はしておらず、改めて他ブラウザでの接続確認をしてみましたがやはり接続することが出来ました。

2

書式の改善

2018/05/03 12:09

投稿

12kft
12kft

スコア6

test CHANGED
File without changes
test CHANGED
@@ -50,14 +50,16 @@
50
50
 
51
51
  起動の際のコマンドプロンプトの表示は
52
52
 
53
- > php -S localhost:8000 -t E:\xxxx(昔のユーザー名、英字)\programing\PHP
53
+ > php -S localhost:8000 -t E:\kft12\programing\PHP
54
54
 
55
55
  > PHP 7.2.4 Development Server started at Thu May 3 19:24:06 2018
56
56
 
57
57
  > Listening on http://localhost:8000
58
58
 
59
- > Document root is E:\xxxx\programing\PHP
59
+ > Document root is E:\kft12\programing\PHP
60
60
 
61
61
  > Press Ctrl-C to quit.
62
62
 
63
+
64
+
63
65
  です。

1

質問があった点を追記しました

2018/05/03 11:23

投稿

12kft
12kft

スコア6

test CHANGED
File without changes
test CHANGED
@@ -43,3 +43,21 @@
43
43
 
44
44
 
45
45
  抽象的な質問で答えづらいかもしれませんが、なにかご意見頂ければ幸いです。どなたかよろしくお願いします。
46
+
47
+
48
+
49
+ <追記>
50
+
51
+ 起動の際のコマンドプロンプトの表示は
52
+
53
+ > php -S localhost:8000 -t E:\xxxx(昔のユーザー名、英字)\programing\PHP
54
+
55
+ > PHP 7.2.4 Development Server started at Thu May 3 19:24:06 2018
56
+
57
+ > Listening on http://localhost:8000
58
+
59
+ > Document root is E:\xxxx\programing\PHP
60
+
61
+ > Press Ctrl-C to quit.
62
+
63
+ です。