質問編集履歴

2

追記

2019/06/25 03:36

投稿

sixth13
sixth13

スコア33

test CHANGED
File without changes
test CHANGED
@@ -40,7 +40,7 @@
40
40
 
41
41
  ```html
42
42
 
43
- <?php include('/virtual/www/common/include/header1.html); ?>
43
+ <?php include('/virtual/www/common/include/header1.html'); ?>
44
44
 
45
45
  ```
46
46
 

1

問題の追記

2019/06/25 03:36

投稿

sixth13
sixth13

スコア33

test CHANGED
File without changes
test CHANGED
@@ -24,6 +24,28 @@
24
24
 
25
25
 
26
26
 
27
+ ```html
28
+
29
+ echo "Hello World";
30
+
31
+ phpinfo();
32
+
33
+ ```
34
+
35
+ エラーの出るindex.htmlには上記どちらも表示されました。
36
+
37
+
38
+
39
+ index.htmlには下記の記載をしました。
40
+
41
+ ```html
42
+
43
+ <?php include('/virtual/www/common/include/header1.html); ?>
44
+
45
+ ```
46
+
47
+
48
+
27
49
  .htaccess
28
50
 
29
51
  ```.htaccess