This website works better with JavaScript
Startsida
Utforska
Hjälp
Registrera dig
Logga in
PH
/
heyu
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
94cc65e31f
Grenar
Taggar
master
heyu
/
nginx.htaccess
nginx.htaccess
125 B
Historik
Rå
1
2
3
4
5
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}