Closed linkangren closed 3 years ago
Set as follows:
$black_preland_action = 'redirect'; $black_preland_redirect_urls = 'https://baidu.com'; $black_preland_redirect_type = '301';
$black_preland_redirect_urls = ['https://baidu.com']; it is an array now. And use the GUI it works ok.
$black_preland_redirect_urls = ['https://baidu.com'];
Set as follows:
$black_preland_action = 'redirect'; $black_preland_redirect_urls = 'https://baidu.com'; $black_preland_redirect_type = '301';