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