This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
Server
/
kailin
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
修改伪静态
jun
hai 2 meses
pai
6c3496d27a
achega
d2bd73fce9
Modificáronse 2 ficheiros
con
10 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
5
0
public/.htaccess
5
0
public/nginx.htaccess
+ 5
- 0
public/.htaccess
Ver ficheiro
@@ -0,0 +1,5 @@
+location / {
+if (!-e $request_filename){
+rewrite ^/(.*)$ /index.php/$1 last;
+}
+}
+ 5
- 0
public/nginx.htaccess
Ver ficheiro
@@ -0,0 +1,5 @@
+location / {
+if (!-e $request_filename){
+rewrite ^/(.*)$ /index.php/$1 last;
+}
+}