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
Kaynağa Gözat
修改伪静态
jun
2 ay önce
ebeveyn
6c3496d27a
işleme
d2bd73fce9
2 değiştirilmiş dosya
ile
10 ekleme
ve
0 silme
Görünümü Böl
Farklılık Durumunu Göster
5
0
public/.htaccess
5
0
public/nginx.htaccess
+ 5
- 0
public/.htaccess
Dosyayı Görüntüle
@@ -0,0 +1,5 @@
+location / {
+if (!-e $request_filename){
+rewrite ^/(.*)$ /index.php/$1 last;
+}
+}
+ 5
- 0
public/nginx.htaccess
Dosyayı Görüntüle
@@ -0,0 +1,5 @@
+location / {
+if (!-e $request_filename){
+rewrite ^/(.*)$ /index.php/$1 last;
+}
+}