Like this, if you click the search button below at this moment, it will automatically redirect to 360’s search engine.
This has been a frustrating issue for me for a long time. I’ve endured it, but today, I must address it.
The solution I thought of is to use hosts to redirect this domain name to localhost and then resolve it to our PHP. Inside PHP, we will redirect it to Baidu.
server { listen80; listen443; server_name www.so.com ; root"E:\PhpstormProjects\one"; index index.html index.htm index.php;
sslon; ssl_certificate"ssl/et.pem"; # Note that here you can only use relative paths; absolute paths, even if correct, will still produce errors. ssl_certificate_key"ssl/et.key";