This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
cmy
/
distribution
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
2859c1964a
Rami (Branch)
Tag
dev-cmn
dev-jcq
dev-ly
master
test-jw
distribution
/
nginx.htaccess
nginx.htaccess
90 B
Cronologia
Originale
1
2
3
4
5
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php$1 last; break;
}
}