This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
Server
/
kailin
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
修改伪静态
jun
2 mesi fa
parent
6c3496d27a
commit
d2bd73fce9
2 ha cambiato i file
con
10 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
5
0
public/.htaccess
5
0
public/nginx.htaccess
+ 5
- 0
public/.htaccess
Vedi File
@@ -0,0 +1,5 @@
+location / {
+if (!-e $request_filename){
+rewrite ^/(.*)$ /index.php/$1 last;
+}
+}
+ 5
- 0
public/nginx.htaccess
Vedi File
@@ -0,0 +1,5 @@
+location / {
+if (!-e $request_filename){
+rewrite ^/(.*)$ /index.php/$1 last;
+}
+}