This website works better with JavaScript
Startsida
Utforska
Hjälp
Registrera dig
Logga in
xiegeng
/
ship-expert
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Gren:
develop
Grenar
Taggar
develop
ship-expert
/
public
/
nginx.htaccess
nginx.htaccess
101 B
Permalänk
Historik
Rå
1
2
3
4
5
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}