cache_flie_url.php
2.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?php $cache_html=array (
'index' =>
array (
1 =>
array (
'file' => 'index.html',
'url' => 'http://cms.goodao.cn/index.php',
),
),
'cat' =>
array (
1 =>
array (
'file' => 'products/index.html',
'url' => 'http://cms.goodao.cn/products/',
),
2 =>
array (
'file' => 'products-a/index.html',
'url' => 'http://cms.goodao.cn/products-a/',
),
),
'post' =>
array (
1 =>
array (
'file' => '4-pack-outdoor-solar-led-lights-38-reg-75-more.html',
'url' => 'http://cms.goodao.cn/news/4-pack-outdoor-solar-led-lights-38-reg-75-more/',
),
2 =>
array (
'file' => 'copy-green-deals-4-pack-outdoor-solar-led-lights-38-reg-75-more.html',
'url' => 'http://cms.goodao.cn/news/copy-green-deals-4-pack-outdoor-solar-led-lights-38-reg-75-more/',
),
3 =>
array (
'file' => 'test-t-hot-featured-new-arrivals-best-cheap-products.html',
'url' => 'http://cms.goodao.cn/test-t-hot-featured-new-arrivals-best-cheap-products.html',
),
4 =>
array (
'file' => 'test-g-hot-featured-cheap-products.html',
'url' => 'http://cms.goodao.cn/test-g-hot-featured-cheap-products.html',
),
5 =>
array (
'file' => 'test-i-hot-featured-new-arrivals-best-cheap-products.html',
'url' => 'http://cms.goodao.cn/test-i-hot-featured-new-arrivals-best-cheap-products.html',
),
6 =>
array (
'file' => 'test-f-hot-featured-new-arrivals-best-cheap-products.html',
'url' => 'http://cms.goodao.cn/test-f-hot-featured-new-arrivals-best-cheap-products.html',
),
7 =>
array (
'file' => 'test-t-hot-featured.html',
'url' => 'http://cms.goodao.cn/test-t-hot-featured.html',
),
8 =>
array (
'file' => 'test-t-hot-featured-2.html',
'url' => 'http://cms.goodao.cn/test-t-hot-featured-2.html',
),
),
'page' =>
array (
1 =>
array (
'file' => 'about-us/index.html',
'url' => 'http://cms.goodao.cn/about-us/',
),
2 =>
array (
'file' => 'contact-us/index.html',
'url' => 'http://cms.goodao.cn/contact-us/',
),
3 =>
array (
'file' => 'factory-tour/index.html',
'url' => 'http://cms.goodao.cn/factory-tour/',
),
4 =>
array (
'file' => 'faqs/index.html',
'url' => 'http://cms.goodao.cn/faqs/',
),
5 =>
array (
'file' => 'tags/index.html',
'url' => 'http://cms.goodao.cn/tags/',
),
),
); ?>