shopxo/public/htaccess-nginx
2019-03-06 18:34:55 +08:00

5 lines
101 B
Plaintext
Executable File

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