cmbYouku_Api/public/nginx.htaccess

3 lines
79 B
Plaintext

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