This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
Server
/
kailin
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Jelajahi Sumber
修改伪静态
jun
2 bulan lalu
induk
6c3496d27a
melakukan
d2bd73fce9
2 mengubah file
dengan
10 tambahan dan
0 penghapusan
Tampilan Split
Tampilkan Statistik Diff
5
0
public/.htaccess
5
0
public/nginx.htaccess
+ 5
- 0
public/.htaccess
Tampilan Berkas
@@ -0,0 +1,5 @@
+location / {
+if (!-e $request_filename){
+rewrite ^/(.*)$ /index.php/$1 last;
+}
+}
+ 5
- 0
public/nginx.htaccess
Tampilan Berkas
@@ -0,0 +1,5 @@
+location / {
+if (!-e $request_filename){
+rewrite ^/(.*)$ /index.php/$1 last;
+}
+}