質問編集履歴

2

修正依頼対応

2016/06/12 07:23

投稿

Chelsea_10
Chelsea_10

スコア46

test CHANGED
File without changes
test CHANGED
@@ -16,11 +16,11 @@
16
16
 
17
17
  //ドメイン
18
18
 
19
- $domain = array("example1.com","example2.com","example3.com")
19
+ $domain = array("example.com","example.net","example.org")
20
20
 
21
21
  //URL
22
22
 
23
- $url = array("http://example1.com/sitemap.html,サイトマップ - ああああ","http://example2.com/sitemap.html,サイトマップ - いいいいい","http://example3.com/sitemap.html,サイトマップ - うううう"."http://example4.com/sitemap.html,サイトマップ - ええええ");
23
+ $url = array("http://example.com/sitemap.html,サイトマップ - ああああ","http://example.net/sitemap.html,サイトマップ - いいいいい","http://example.org/sitemap.html,サイトマップ - うううう"."http://example4.com/sitemap.html,サイトマップ - ええええ");
24
24
 
25
25
  ```
26
26
 
@@ -52,7 +52,7 @@
52
52
 
53
53
  ```php
54
54
 
55
- $search['url'] = "http://example1.com/sitemap.html";
55
+ $search['url'] = "http://example.com/sitemap.html";
56
56
 
57
57
  $search['title'] = "サイトマップ - ああああ";
58
58
 
@@ -72,7 +72,7 @@
72
72
 
73
73
  そしてexplode関数で、
74
74
 
75
- $search['url'] = "http://example1.com/sitemap.html";
75
+ $search['url'] = "http://example.com/sitemap.html";
76
76
 
77
77
  $search['title'] = "サイトマップ - ああああ";
78
78
 

1

修正依頼のご対応

2016/06/12 07:23

投稿

Chelsea_10
Chelsea_10

スコア46

test CHANGED
File without changes
test CHANGED
@@ -16,11 +16,11 @@
16
16
 
17
17
  //ドメイン
18
18
 
19
- $domain = array("aaa.com",bbb.com,ccc.com)
19
+ $domain = array("example1.com","example2.com","example3.com")
20
20
 
21
21
  //URL
22
22
 
23
- $url = array("http://aaa.com/sitemap.html,サイトマップ - ああああ","http://bbb.com/sitemap.html,サイトマップ - ああああ","http://ccc.com/sitemap.html,サイトマップ - ああああ"."http://ddd.com/sitemap.html,サイトマップ - ああああ");
23
+ $url = array("http://example1.com/sitemap.html,サイトマップ - ああああ","http://example2.com/sitemap.html,サイトマップ - いいいいい","http://example3.com/sitemap.html,サイトマップ - うううう"."http://example4.com/sitemap.html,サイトマップ - ええええ");
24
24
 
25
25
  ```
26
26
 
@@ -52,7 +52,7 @@
52
52
 
53
53
  ```php
54
54
 
55
- $search['url'] = "http://aaa.com/sitemap.html";
55
+ $search['url'] = "http://example1.com/sitemap.html";
56
56
 
57
57
  $search['title'] = "サイトマップ - ああああ";
58
58
 
@@ -72,7 +72,7 @@
72
72
 
73
73
  そしてexplode関数で、
74
74
 
75
- $search['url'] = "http://aaa.com/sitemap.html";
75
+ $search['url'] = "http://example1.com/sitemap.html";
76
76
 
77
77
  $search['title'] = "サイトマップ - ああああ";
78
78