shopxo/public/htaccess-nginx
2018-12-29 13:49:13 +08:00

5 lines
101 B
Plaintext

location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}