This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
Server
/
education
Figyelés
2
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
739d0b8ff4
Branch-ok
Tag-ek
master
education
/
public
/
nginx.htaccess
nginx.htaccess
80 B
Előzmények
Nyers
1
2
3
4
5
location / {
if (!-e $request_filename){
rewrite ^/(.*)$ /index.php/$1 last;
}
}