shopxo/public/htaccess-nginx

5 lines
101 B
Plaintext
Raw Normal View History

2018-12-29 13:49:13 +08:00
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}