質問編集履歴

2

修正

2022/05/03 18:05

投稿

KKsall
KKsall

スコア25

test CHANGED
File without changes
test CHANGED
@@ -1,17 +1,4 @@
1
1
  xamppのlocal環境でPHPがそのまま出力されてしまうので解消したいです。
2
- <?php echo file_get_contents( "php/inc_head_ogp.php" ); ?>など
3
-
4
- 本番
5
- ```ここに言語を入力
6
- /html
7
- ```
8
- conf
9
- ```ここに言語を入力
10
- <VirtualHost *:80>
11
- DocumentRoot "C:\xampp\htdocs\hoge\html"
12
- ServerName local.hoge
13
- </VirtualHost>
14
- ```
15
2
 
16
3
  index.html
17
4
  ```ここに言語を入力

1

修正

2022/05/03 15:46

投稿

KKsall
KKsall

スコア25

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,6 @@
1
1
  xamppのlocal環境でPHPがそのまま出力されてしまうので解消したいです。
2
+ <?php echo file_get_contents( "php/inc_head_ogp.php" ); ?>など
3
+
2
4
  本番
3
5
  ```ここに言語を入力
4
6
  /html