-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathnginx.conf
301 lines (245 loc) · 17.3 KB
/
nginx.conf
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
rewrite ^/index.php /index.php?c=222;
#rewrite ^/index.html /index.php;
rewrite ^/suanming/scbz/?$ /index.php?ct=suanming&ac=sm_form&base=365;
rewrite ^/suanming/cglm/?$ /index.php?ct=suanming&ac=sm_form&base=367;
rewrite ^/suanming/rglm/?$ /index.php?ct=suanming&ac=sm_form&base=366;
rewrite ^/suanming/sscy/?$ /index.php?ct=suanming&ac=sm_form&base=368;
rewrite ^/suanming/bzcs/?$ /index.php?ct=suanming&ac=sm_form&base=369;
rewrite ^/suanming/fscs/?$ /index.php?ct=suanming&ac=fscs&tid=370;
rewrite ^/suanming/clear/?$ /index.php?ct=suanming&ac=clearcache;
rewrite ^/xingming/xmfx/(.*)/?$ /index.php?ct=xingming&ac=xmfx&name=$1;
rewrite ^/xingming/xmfx/?$ /index.php?ct=xingming&ac=xmfx;
rewrite ^/xingming/qiming/list-([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+).html?$ /index.php?ct=xingming&ac=qiming&xid=$1&sex=$2&hs=$3&page=$4;
rewrite ^/xingming/qiming/list-([0-9]+).html?$ /index.php?ct=xingming&ac=qiming&xid=$1;
rewrite ^/xingming/qiming/?$ /index.php?ct=xingming&ac=qiming;
rewrite ^/xingming/gsqm/?$ /index.php?ct=xingming&ac=gsqm;
rewrite ^/xingming/gsqm/(.*)/?$ /index.php?ct=xingming&ac=gsqm&name=$1;
rewrite ^/xingming/xmpd/?$ /index.php?ct=xingming&ac=xmpd;
rewrite ^/xingming/dzqiming/?$ /index.php?ct=xingming&ac=dzqm;
rewrite ^/paipan/bazi/?$ /index.php?ct=paipan&ac=bazi;
rewrite ^/paipan/ziwei/?$ /index.php?ct=paipan&ac=ziwei;
rewrite ^/paipan/liuren/?$ /index.php?ct=paipan&ac=liuren;
rewrite ^/paipan/xuankongfeixing/?$ /index.php?ct=paipan&ac=xuankongfeixing;
rewrite ^/paipan/qimendunjia/?$ /index.php?ct=paipan&ac=qimendunjia;
rewrite ^/paipan/liuyao/?$ /index.php?ct=paipan&ac=liuyao;
rewrite ^/paipan/xingpan/?$ /index.php?ct=paipan&ac=xingpan;
rewrite ^/peidui/hehun/?$ /index.php?ct=peidui&ac=hehun;
rewrite ^/peidui/qq/?$ /index.php?ct=peidui&ac=qq;
rewrite ^/peidui/mingzi/?$ /index.php?ct=peidui&ac=mingzi;
rewrite ^/peidui/shengxiao/?$ /index.php?ct=peidui&ac=shengxiao;
rewrite ^/peidui/xuexing/?$ /index.php?ct=peidui&ac=xuexing;
rewrite ^/peidui/xingzuo/?$ /index.php?ct=peidui&ac=xingzuo;
rewrite ^/peidui/xingzuoxuexing/?$ /index.php?ct=peidui&ac=xingzuoxuexing;
rewrite ^/peidui/shengxiaoxuexing/?$ /index.php?ct=peidui&ac=shengxiaoxuexing;
rewrite ^/peidui/xingzuoshengxiao/?$ /index.php?ct=peidui&ac=xingzuoshengxiao;
rewrite ^/haoma/index.html$ /index.php?ct=haoma&ac=index;
rewrite ^/haoma/shouji/?$ /index.php?ct=haoma&ac=shouji;
rewrite ^/haoma/dianhua/?$ /index.php?ct=haoma&ac=dianhua;
rewrite ^/haoma/shenfenzheng/?$ /index.php?ct=haoma&ac=shenfenzheng;
rewrite ^/haoma/qq/?$ /index.php?ct=haoma&ac=qq;
rewrite ^/haoma/chepai/?$ /index.php?ct=haoma&ac=chepai;
rewrite ^/haoma/shengrimima/?$ /index.php?ct=haoma&ac=shengrimima;
rewrite ^/haoma/shengrihua/?$ /index.php?ct=haoma&ac=shengrihua;
rewrite ^/haoma/shengrishu/?$ /index.php?ct=haoma&ac=shengrishu;
rewrite ^/haoma/chushengri/?$ /index.php?ct=haoma&ac=chushengri;
rewrite ^/haoma/?$ /index.php?ct=haoma&ac=index;
rewrite ^/hdjr/yinyangli/?$ /index.php?ct=hdjr&ac=yinyangli;
rewrite ^/hdjr/lishi/([0-9]+)/?$ /index.php?ct=hdjr&ac=lishi&id=$1;
rewrite ^/hdjr/lishi/date/([0-9]+)/?$ /index.php?ct=hdjr&ac=lishi&date=$1;
rewrite ^/hdjr/lishi/?$ /index.php?ct=hdjr&ac=lishi;
rewrite ^/hdjr/zeri/?$ /index.php?ct=hdjr&ac=zeri;
rewrite ^/hdjr/zeri/([^/]*)/?$ /index.php?ct=hdjr&ac=zeri&lmanacCond=$1;
rewrite ^/hdjr/huanglijieshi/?$ /index.php?ct=hdjr&ac=huanglijieshi;
rewrite ^/hdjr/index.html?$ /index.php?ct=hdjr;
rewrite ^/xingzuo/?$ /index.php?ct=xingzuo;
rewrite ^/xingzuo/zhuanqu/?$ /index.php?ct=xingzuo&ac=zhuanqu;
rewrite ^/xingzuo/yunshi/?$ /index.php?ct=xingzuo&ac=yunshi;
rewrite ^/xingzuo/index.html?$ /index.php?ct=xingzuo;
rewrite ^/hdjr/([^/]*)/?$ /index.php?ct=hdjr&date=$1;
rewrite ^/hdjr/?$ /index.php?ct=hdjr;
rewrite ^/zgjm/list-([0-9]+).html /index.php?ct=zgjm&ac=lists&tid=$1;
rewrite ^/zgjm/list-([0-9]+)-([0-9]+).html /index.php?ct=zgjm&ac=lists&tid=$1&page=$2;
rewrite ^/zgjm/show-([0-9]+)-([0-9]+).html /index.php?ct=zgjm&ac=show&id=$1&page=$2;
rewrite ^/zgjm/show-([0-9]+).html /index.php?ct=zgjm&ac=show&id=$1;
rewrite ^/zgjm/sech-(.*)-([0-9]+).html /index.php?ct=zgjm&ac=search&q=$1&page=$2;
rewrite ^/zgjm/?$ /index.php?ct=zgjm;
rewrite ^/zgjm/index.html /index.php?ct=zgjm;
rewrite ^/left_news.js$ /index.php?ct=news&ac=left_news;
rewrite ^/baike/?$ /index.php?ct=news&ac=index;
rewrite ^/baike/sech-(.*)-([0-9]+).html$ /index.php?ct=news&ac=search&q=$1&page=$2;
rewrite ^/list-([0-9]+).html /index.php?ct=news&ac=lists&tid=$1;
rewrite ^/list-([0-9]+)-([0-9]+).html /index.php?ct=news&ac=lists&tid=$1&category=$2;
rewrite ^/list-([0-9]+)-([0-9]+)-([0-9]+).html /index.php?ct=news&ac=lists&tid=$1&category=$2&page=$3;
rewrite ^/show-([0-9]+)-([0-9]+).html /index.php?ct=news&ac=show&id=$1&page=$2;
rewrite ^/show-([0-9]+).html /index.php?ct=news&ac=show&id=$1;
rewrite ^/minjian/?$ /index.php?ct=page&ac=index;
rewrite ^/minjian/zhiwen/?$ /index.php?ct=minjian&ac=zhiwen&tid=432;
rewrite ^/minjian/shouxiang/?$ /index.php?ct=page&ac=show&tid=433;
rewrite ^/minjian/shouxiang/ganqingxian/?$ /index.php?ct=page&ac=show&tid=455;
rewrite ^/minjian/shouxiang/hunyinxian/?$ /index.php?ct=page&ac=show&tid=456;
rewrite ^/minjian/shouxiang/zhihuixian/?$ /index.php?ct=page&ac=show&tid=457;
rewrite ^/minjian/shouxiang/shiyexian/?$ /index.php?ct=page&ac=show&tid=458;
rewrite ^/minjian/shouxiang/shengmingxian/?$ /index.php?ct=page&ac=show&tid=459;
rewrite ^/minjian/zhixiang/?$ /index.php?ct=page&ac=show&tid=434;
rewrite ^/minjian/snsn/?$ /index.php?ct=page&ac=show&tid=435;
rewrite ^/minjian/yantiao/?$ /index.php?ct=page&ac=show&tid=436;
rewrite ^/minjian/dapenti/?$ /index.php?ct=page&ac=show&tid=437;
rewrite ^/minjian/liuyao/?$ /index.php?ct=page&ac=show&tid=438;
rewrite ^/page-([0-9]+).html$ /index.php?ct=page&ac=show&tid=$1;
##星座
rewrite ^/xingzuoyunshi/([0-9]+)/(.*)/?$ /index.php?ct=xingzuo&ac=xingzuoyunshi&tid=$1&date=$2;
rewrite ^/xingzuo/shangshengxingzuo/?$ /index.php?ct=xingzuo&ac=ssxz;
rewrite ^/xingzuo/baiyang/today/?$ /index.php?ct=xingzuo&ac=page&tid=401&nid=1;
rewrite ^/xingzuo/baiyang/tomorrow/?$ /index.php?ct=xingzuo&ac=page&tid=401&nid=2;
rewrite ^/xingzuo/baiyang/week/?$ /index.php?ct=xingzuo&ac=page&tid=401&nid=3;
rewrite ^/xingzuo/baiyang/month/?$ /index.php?ct=xingzuo&ac=page&tid=401&nid=4;
rewrite ^/xingzuo/baiyang/year/?$ /index.php?ct=xingzuo&ac=page&tid=401&nid=5;
rewrite ^/xingzuo/baiyang/love/?$ /index.php?ct=xingzuo&ac=page&tid=401&nid=6;
rewrite ^/xingzuo/baiyang/?$ /index.php?ct=xingzuo&ac=show&tid=401;
rewrite ^/xingzuo/jinniu/today/?$ /index.php?ct=xingzuo&ac=page&tid=402&nid=1;
rewrite ^/xingzuo/jinniu/tomorrow/?$ /index.php?ct=xingzuo&ac=page&tid=402&nid=2;
rewrite ^/xingzuo/jinniu/week/?$ /index.php?ct=xingzuo&ac=page&tid=402&nid=3;
rewrite ^/xingzuo/jinniu/month/?$ /index.php?ct=xingzuo&ac=page&tid=402&nid=4;
rewrite ^/xingzuo/jinniu/year/?$ /index.php?ct=xingzuo&ac=page&tid=402&nid=5;
rewrite ^/xingzuo/jinniu/love/?$ /index.php?ct=xingzuo&ac=page&tid=402&nid=6;
rewrite ^/xingzuo/jinniu/?$ /index.php?ct=xingzuo&ac=show&tid=402;
rewrite ^/xingzuo/shuangzi/today/?$ /index.php?ct=xingzuo&ac=page&tid=403&nid=1;
rewrite ^/xingzuo/shuangzi/tomorrow/?$ /index.php?ct=xingzuo&ac=page&tid=403&nid=2;
rewrite ^/xingzuo/shuangzi/week/?$ /index.php?ct=xingzuo&ac=page&tid=403&nid=3;
rewrite ^/xingzuo/shuangzi/month/?$ /index.php?ct=xingzuo&ac=page&tid=403&nid=4;
rewrite ^/xingzuo/shuangzi/year/?$ /index.php?ct=xingzuo&ac=page&tid=403&nid=5;
rewrite ^/xingzuo/shuangzi/love/?$ /index.php?ct=xingzuo&ac=page&tid=403&nid=6;
rewrite ^/xingzuo/shuangzi/?$ /index.php?ct=xingzuo&ac=show&tid=403;
rewrite ^/xingzuo/juxie/today/?$ /index.php?ct=xingzuo&ac=page&tid=404&nid=1;
rewrite ^/xingzuo/juxie/tomorrow/?$ /index.php?ct=xingzuo&ac=page&tid=404&nid=2;
rewrite ^/xingzuo/juxie/week/?$ /index.php?ct=xingzuo&ac=page&tid=404&nid=3;
rewrite ^/xingzuo/juxie/month/?$ /index.php?ct=xingzuo&ac=page&tid=404&nid=4;
rewrite ^/xingzuo/juxie/year/?$ /index.php?ct=xingzuo&ac=page&tid=404&nid=5;
rewrite ^/xingzuo/juxie/love/?$ /index.php?ct=xingzuo&ac=page&tid=404&nid=6;
rewrite ^/xingzuo/juxie/?$ /index.php?ct=xingzuo&ac=show&tid=404;
rewrite ^/xingzuo/shizi/today/?$ /index.php?ct=xingzuo&ac=page&tid=405&nid=1;
rewrite ^/xingzuo/shizi/tomorrow/?$ /index.php?ct=xingzuo&ac=page&tid=405&nid=2;
rewrite ^/xingzuo/shizi/week/?$ /index.php?ct=xingzuo&ac=page&tid=405&nid=3;
rewrite ^/xingzuo/shizi/month/?$ /index.php?ct=xingzuo&ac=page&tid=405&nid=4;
rewrite ^/xingzuo/shizi/year/?$ /index.php?ct=xingzuo&ac=page&tid=405&nid=5;
rewrite ^/xingzuo/shizi/love/?$ /index.php?ct=xingzuo&ac=page&tid=405&nid=6;
rewrite ^/xingzuo/shizi/?$ /index.php?ct=xingzuo&ac=show&tid=405;
rewrite ^/xingzuo/chunv/today/?$ /index.php?ct=xingzuo&ac=page&tid=406&nid=1;
rewrite ^/xingzuo/chunv/tomorrow/?$ /index.php?ct=xingzuo&ac=page&tid=406&nid=2;
rewrite ^/xingzuo/chunv/week/?$ /index.php?ct=xingzuo&ac=page&tid=406&nid=3;
rewrite ^/xingzuo/chunv/month/?$ /index.php?ct=xingzuo&ac=page&tid=406&nid=4;
rewrite ^/xingzuo/chunv/year/?$ /index.php?ct=xingzuo&ac=page&tid=406&nid=5;
rewrite ^/xingzuo/chunv/love/?$ /index.php?ct=xingzuo&ac=page&tid=406&nid=6;
rewrite ^/xingzuo/chunv/?$ /index.php?ct=xingzuo&ac=show&tid=406;
rewrite ^/xingzuo/tiancheng/today/?$ /index.php?ct=xingzuo&ac=page&tid=407&nid=1;
rewrite ^/xingzuo/tiancheng/tomorrow/?$ /index.php?ct=xingzuo&ac=page&tid=407&nid=2;
rewrite ^/xingzuo/tiancheng/week/?$ /index.php?ct=xingzuo&ac=page&tid=407&nid=3;
rewrite ^/xingzuo/tiancheng/month/?$ /index.php?ct=xingzuo&ac=page&tid=407&nid=4;
rewrite ^/xingzuo/tiancheng/year/?$ /index.php?ct=xingzuo&ac=page&tid=407&nid=5;
rewrite ^/xingzuo/tiancheng/love/?$ /index.php?ct=xingzuo&ac=page&tid=407&nid=6;
rewrite ^/xingzuo/tiancheng/?$ /index.php?ct=xingzuo&ac=show&tid=407;
rewrite ^/xingzuo/tianxie/today/?$ /index.php?ct=xingzuo&ac=page&tid=408&nid=1;
rewrite ^/xingzuo/tianxie/tomorrow/?$ /index.php?ct=xingzuo&ac=page&tid=408&nid=2;
rewrite ^/xingzuo/tianxie/week/?$ /index.php?ct=xingzuo&ac=page&tid=408&nid=3;
rewrite ^/xingzuo/tianxie/month/?$ /index.php?ct=xingzuo&ac=page&tid=408&nid=4;
rewrite ^/xingzuo/tianxie/year/?$ /index.php?ct=xingzuo&ac=page&tid=408&nid=5;
rewrite ^/xingzuo/tianxie/love/?$ /index.php?ct=xingzuo&ac=page&tid=408&nid=6;
rewrite ^/xingzuo/tianxie/?$ /index.php?ct=xingzuo&ac=show&tid=408;
rewrite ^/xingzuo/sheshou/today/?$ /index.php?ct=xingzuo&ac=page&tid=409&nid=1;
rewrite ^/xingzuo/sheshou/tomorrow/?$ /index.php?ct=xingzuo&ac=page&tid=409&nid=2;
rewrite ^/xingzuo/sheshou/week/?$ /index.php?ct=xingzuo&ac=page&tid=409&nid=3;
rewrite ^/xingzuo/sheshou/month/?$ /index.php?ct=xingzuo&ac=page&tid=409&nid=4;
rewrite ^/xingzuo/sheshou/year/?$ /index.php?ct=xingzuo&ac=page&tid=409&nid=5;
rewrite ^/xingzuo/sheshou/love/?$ /index.php?ct=xingzuo&ac=page&tid=409&nid=6;
rewrite ^/xingzuo/sheshou/?$ /index.php?ct=xingzuo&ac=show&tid=409;
rewrite ^/xingzuo/mojie/today/?$ /index.php?ct=xingzuo&ac=page&tid=410&nid=1;
rewrite ^/xingzuo/mojie/tomorrow/?$ /index.php?ct=xingzuo&ac=page&tid=410&nid=2;
rewrite ^/xingzuo/mojie/week/?$ /index.php?ct=xingzuo&ac=page&tid=410&nid=3;
rewrite ^/xingzuo/mojie/month/?$ /index.php?ct=xingzuo&ac=page&tid=410&nid=4;
rewrite ^/xingzuo/mojie/year/?$ /index.php?ct=xingzuo&ac=page&tid=410&nid=5;
rewrite ^/xingzuo/mojie/love/?$ /index.php?ct=xingzuo&ac=page&tid=410&nid=6;
rewrite ^/xingzuo/mojie/?$ /index.php?ct=xingzuo&ac=show&tid=410;
rewrite ^/xingzuo/shuiping/today/?$ /index.php?ct=xingzuo&ac=page&tid=411&nid=1;
rewrite ^/xingzuo/shuiping/tomorrow/?$ /index.php?ct=xingzuo&ac=page&tid=411&nid=2;
rewrite ^/xingzuo/shuiping/week/?$ /index.php?ct=xingzuo&ac=page&tid=411&nid=3;
rewrite ^/xingzuo/shuiping/month/?$ /index.php?ct=xingzuo&ac=page&tid=411&nid=4;
rewrite ^/xingzuo/shuiping/year/?$ /index.php?ct=xingzuo&ac=page&tid=411&nid=5;
rewrite ^/xingzuo/shuiping/love/?$ /index.php?ct=xingzuo&ac=page&tid=411&nid=6;
rewrite ^/xingzuo/shuiping/?$ /index.php?ct=xingzuo&ac=show&tid=411;
rewrite ^/xingzuo/shuangyu/today/?$ /index.php?ct=xingzuo&ac=page&tid=412&nid=1;
rewrite ^/xingzuo/shuangyu/tomorrow/?$ /index.php?ct=xingzuo&ac=page&tid=412&nid=2;
rewrite ^/xingzuo/shuangyu/week/?$ /index.php?ct=xingzuo&ac=page&tid=412&nid=3;
rewrite ^/xingzuo/shuangyu/month/?$ /index.php?ct=xingzuo&ac=page&tid=412&nid=4;
rewrite ^/xingzuo/shuangyu/year/?$ /index.php?ct=xingzuo&ac=page&tid=412&nid=5;
rewrite ^/xingzuo/shuangyu/love/?$ /index.php?ct=xingzuo&ac=page&tid=412&nid=6;
rewrite ^/xingzuo/shuangyu/?$ /index.php?ct=xingzuo&ac=show&tid=412;
##抽签
rewrite ^/chouqian/guanyin/1/?$ /index.php?ct=chouqian&ac=guanyin&act=go;
rewrite ^/chouqian/guanyin/2/(.*)$ /index.php?ct=chouqian&ac=guanyin&clicknum=1&qid=$1;
rewrite ^/chouqian/guanyin/3/(.*)$ /index.php?ct=chouqian&ac=guanyin&clicknum=2&qid=$1;
rewrite ^/chouqian/guanyin/4/(.*)$ /index.php?ct=chouqian&ac=guanyin&act=jq&qid=$1;
rewrite ^/chouqian/guanyin/?$ /index.php?ct=chouqian&ac=guanyin;
rewrite ^/chouqian/?$ /index.php?ct=chouqian&ac=index;
rewrite ^/chouqian/index.html$ /index.php?ct=chouqian&ac=index;
rewrite ^/chouqian/lvzu/1/?$ /index.php?ct=chouqian&ac=lvzu&act=go;
rewrite ^/chouqian/lvzu/2/(.*)$ /index.php?ct=chouqian&ac=lvzu&clicknum=1&qid=$1;
rewrite ^/chouqian/lvzu/3/(.*)$ /index.php?ct=chouqian&ac=lvzu&clicknum=2&qid=$1;
rewrite ^/chouqian/lvzu/4/(.*)$ /index.php?ct=chouqian&ac=lvzu&act=jq&qid=$1;
rewrite ^/chouqian/lvzu/?$ /index.php?ct=chouqian&ac=lvzu;
rewrite ^/chouqian/chegong/1/?$ /index.php?ct=chouqian&ac=chegong&act=go;
rewrite ^/chouqian/chegong/2/(.*)$ /index.php?ct=chouqian&ac=chegong&clicknum=1&qid=$1;
rewrite ^/chouqian/chegong/3/(.*)$ /index.php?ct=chouqian&ac=chegong&clicknum=2&qid=$1;
rewrite ^/chouqian/chegong/4/(.*)$ /index.php?ct=chouqian&ac=chegong&act=jq&qid=$1;
rewrite ^/chouqian/chegong/?$ /index.php?ct=chouqian&ac=chegong;
rewrite ^/chouqian/wanggong/1/?$ /index.php?ct=chouqian&ac=wanggong&act=go;
rewrite ^/chouqian/wanggong/2/(.*)$ /index.php?ct=chouqian&ac=wanggong&clicknum=1&qid=$1;
rewrite ^/chouqian/wanggong/3/(.*)$ /index.php?ct=chouqian&ac=wanggong&clicknum=2&qid=$1;
rewrite ^/chouqian/wanggong/4/(.*)$ /index.php?ct=chouqian&ac=wanggong&act=jq&qid=$1;
rewrite ^/chouqian/wanggong/?$ /index.php?ct=chouqian&ac=wanggong;
rewrite ^/chouqian/wanggong/1/?$ /index.php?ct=chouqian&ac=wanggong&act=go;
rewrite ^/chouqian/wanggong/2/(.*)$ /index.php?ct=chouqian&ac=wanggong&clicknum=1&qid=$1;
rewrite ^/chouqian/wanggong/3/(.*)$ /index.php?ct=chouqian&ac=wanggong&clicknum=2&qid=$1;
rewrite ^/chouqian/wanggong/4/(.*)$ /index.php?ct=chouqian&ac=wanggong&act=jq&qid=$1;
rewrite ^/chouqian/wanggong/?$ /index.php?ct=chouqian&ac=wanggong;
rewrite ^/chouqian/huangdaxian/1/?$ /index.php?ct=chouqian&ac=huangdaxian&act=go;
rewrite ^/chouqian/huangdaxian/2/(.*)$ /index.php?ct=chouqian&ac=huangdaxian&clicknum=1&qid=$1;
rewrite ^/chouqian/huangdaxian/3/(.*)$ /index.php?ct=chouqian&ac=huangdaxian&clicknum=2&qid=$1;
rewrite ^/chouqian/huangdaxian/4/(.*)$ /index.php?ct=chouqian&ac=huangdaxian&act=jq&qid=$1;
rewrite ^/chouqian/huangdaxian/?$ /index.php?ct=chouqian&ac=huangdaxian;
rewrite ^/chouqian/guandi/1/?$ /index.php?ct=chouqian&ac=guandi&act=go;
rewrite ^/chouqian/guandi/2/(.*)$ /index.php?ct=chouqian&ac=guandi&clicknum=1&qid=$1;
rewrite ^/chouqian/guandi/3/(.*)$ /index.php?ct=chouqian&ac=guandi&clicknum=2&qid=$1;
rewrite ^/chouqian/guandi/4/(.*)$ /index.php?ct=chouqian&ac=guandi&act=jq&qid=$1;
rewrite ^/chouqian/guandi/?$ /index.php?ct=chouqian&ac=guandi;
rewrite ^/chouqian/tianhou/1/?$ /index.php?ct=chouqian&ac=tianhou&act=go;
rewrite ^/chouqian/tianhou/2/(.*)$ /index.php?ct=chouqian&ac=tianhou&clicknum=1&qid=$1;
rewrite ^/chouqian/tianhou/3/(.*)$ /index.php?ct=chouqian&ac=tianhou&clicknum=2&qid=$1;
rewrite ^/chouqian/tianhou/4/(.*)$ /index.php?ct=chouqian&ac=tianhou&act=jq&qid=$1;
rewrite ^/chouqian/tianhou/?$ /index.php?ct=chouqian&ac=tianhou;
rewrite ^/chouqian/yuelao/1/?$ /index.php?ct=chouqian&ac=yuelao&act=go;
rewrite ^/chouqian/yuelao/2/(.*)$ /index.php?ct=chouqian&ac=yuelao&clicknum=1&qid=$1;
rewrite ^/chouqian/yuelao/3/(.*)$ /index.php?ct=chouqian&ac=yuelao&clicknum=2&qid=$1;
rewrite ^/chouqian/yuelao/4/(.*)$ /index.php?ct=chouqian&ac=yuelao&act=jq&qid=$1;
rewrite ^/chouqian/yuelao/?$ /index.php?ct=chouqian&ac=yuelao;
rewrite ^/chouqian/zhugeliang/?$ /index.php?ct=chouqian&ac=zhugeliang;
rewrite ^/chouqian/zhugeliang/([^/]*)/?$ /index.php?ct=chouqian&ac=zhugeliang&name1=$1;
rewrite ^/shengxiao/shu/?$ /index.php?ct=shengxiao&ac=show&tid=418;
rewrite ^/shengxiao/niu/?$ /index.php?ct=shengxiao&ac=show&tid=419;
rewrite ^/shengxiao/hu/?$ /index.php?ct=shengxiao&ac=show&tid=420;
rewrite ^/shengxiao/tu/?$ /index.php?ct=shengxiao&ac=show&tid=421;
rewrite ^/shengxiao/long/?$ /index.php?ct=shengxiao&ac=show&tid=422;
rewrite ^/shengxiao/she/?$ /index.php?ct=shengxiao&ac=show&tid=423;
rewrite ^/shengxiao/ma/?$ /index.php?ct=shengxiao&ac=show&tid=424;
rewrite ^/shengxiao/yang/?$ /index.php?ct=shengxiao&ac=show&tid=425;
rewrite ^/shengxiao/hou/?$ /index.php?ct=shengxiao&ac=show&tid=426;
rewrite ^/shengxiao/ji/?$ /index.php?ct=shengxiao&ac=show&tid=427;
rewrite ^/shengxiao/gou/?$ /index.php?ct=shengxiao&ac=show&tid=428;
rewrite ^/shengxiao/zhu/?$ /index.php?ct=shengxiao&ac=show&tid=429;
rewrite ^/shengxiao/?$ /index.php?ct=shengxiao&ac=index;
rewrite ^/huangli.js /index.php?ct=hdjr&ac=jrhl;
rewrite ^/api/hdjr/([^/]*)/?$ /index.php?ct=api&ac=huangli_ajax&type=$1;
rewrite ^/api/xingzuo/([^/]*)/?$ /index.php?ct=api&ac=yunshi_ajax&type=$1;
rewrite ^/api/srmm/?$ /index.php?ct=api&ac=shengrimima;
##end抽签
rewrite ^/sech-(.*)-([0-9]+).html /index.php?ct=zgjm&ac=search&q=$1&page=$2;
rewrite ^/sech-(.*).html /index.php?ct=zgjm&ac=search&q=$1;