質問編集履歴

1

ドメインを例示ドメインに変更しました

2018/10/07 08:30

投稿

lovetwice1012
lovetwice1012

スコア16

test CHANGED
File without changes
test CHANGED
@@ -112,7 +112,7 @@
112
112
 
113
113
  $db->exec( $insert_query );
114
114
 
115
- header('Location: http://test.sample.com/test.html');
115
+ header('Location: http://test.example.com/test.html');
116
116
 
117
117
    exit();
118
118
 
@@ -120,7 +120,7 @@
120
120
 
121
121
  }else{
122
122
 
123
- header('Location: http://sample.com/403.html');
123
+ header('Location: http://example.com/403.html');
124
124
 
125
125
    exit();
126
126