This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
Server
/
baokan
İzle
3
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
a64a2a9e9f
Dallar
Biçim İmleri
jun
liuxiangxin
master
baokan
/
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;
}
}