This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
Server
/
kailin
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
修改伪静态
jun
hace 2 meses
padre
6c3496d27a
commit
d2bd73fce9
Se han
modificado 2 ficheros
con
10 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
public/.htaccess
5
0
public/nginx.htaccess
+ 5
- 0
public/.htaccess
Ver fichero
@@ -0,0 +1,5 @@
+location / {
+if (!-e $request_filename){
+rewrite ^/(.*)$ /index.php/$1 last;
+}
+}
+ 5
- 0
public/nginx.htaccess
Ver fichero
@@ -0,0 +1,5 @@
+location / {
+if (!-e $request_filename){
+rewrite ^/(.*)$ /index.php/$1 last;
+}
+}