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