This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
Server
/
kailin
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
1988d92a2f
Dallar
Biçim İmleri
branch_qxy_dev
commun
huanglei
jun
liuxiangxin
master
openwork
test
zengwei
kailin
/
public
/
nginx.htaccess
nginx.htaccess
80 B
Geçmiş
Ham
1
2
3
4
5
location / {
if (!-e $request_filename){
rewrite ^/(.*)$ /index.php/$1 last;
}
}