質問編集履歴

3

例示ドメインに修正

2020/12/07 10:12

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -30,6 +30,6 @@
30
30
 
31
31
  ```php
32
32
 
33
- Warning: touch(https://hoge.com/customer/test.php): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in 〜
33
+ Warning: touch(https://example.com/customer/test.php): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in 〜
34
34
 
35
35
  ```

2

例示ドメインに修正

2020/12/07 10:11

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  ```php
26
26
 
27
- touch('https://hoge.com/customer/test.php');
27
+ touch('https://example.com/customer/test.php');
28
28
 
29
29
  ```
30
30
 

1

補足の追記

2020/12/07 10:07

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,8 @@
5
5
 
6
6
 
7
7
 
8
+
9
+ 自分が管理するサーバー&ドメイン内の
8
10
 
9
11
  特定のディレクトリにPHPファイルを作りたかったので、
10
12