Joke Collection Website - Blessing messages - What should I do if the website record number is cancelled?

What should I do if the website record number is cancelled?

Many webmasters may have encountered such a situation. The website was running well, and suddenly they received a short message informing them that the website filing had been cancelled. When they visited the website again the next day, they found that the website was automatically blocked by the computer room and could not be opened. How should the stationmaster handle this situation?

First of all, we need to know the reason for canceling the record number according to the phone number on the website of the Ministry of Industry and Information Technology. According to most people's experience, the biggest possibility is because of "empty shell websites" (inaccurate website access information, etc. ), and this situation needs to be re-submitted to the application website for the record.

Because the domestic computer room will prohibit the access to unregistered websites during the re-filing, in order to ensure the normal operation of the websites during the re-filing, the website owner must first migrate the hosts to foreign hosting service providers, which requires buying short-term foreign virtual hosts according to the situation of the websites.

If the content of the website is not much, and it is all static HTML files, it will be easier. Just migrate the static file and then modify the domain name resolution IP. At present, some American virtual hosts do not restrict traffic, only CPU, which is more suitable for such static websites.

If it is a large website with a lot of content and dynamic content, it will be more troublesome to handle. First, we need to deploy the original website to the registered second-level domain name, and then install the reverse proxy program in foreign space to retrieve the website content of the second-level domain name.

The simplest configuration method is to buy foreign vps space, which will be more expensive, but the setup is simple. Resolve the domain name to vps, and then set the. Htaccess of vps is as follows.

Rewrite engine on

Rewrite library/

Rewritten by (.*) $/$1[p]

Replace the domain name with the registered second-level domain name.

If you don't bother, you can buy a cheaper foreign virtual host. Considering that most foreign virtual hosts do not support the direct reverse proxy function, it is suggested to use some open source php reverse proxy programs to complete these functions.

The reverse proxy based on php is not too complicated. I found two php-based reverse proxies on the Internet.

1, php-dynamic-mirror, just two files, very simple, but does not support caching, text replacement, suitable for full mirror of the website.

2,7 7ghost, with comprehensive functions, supports cache replacement, but does not support PHP versions above 5.3, and there will be warning errors. There seems to be something wrong with the htaccess file, which needs to be modified.

After deploying the php reverse proxy in the foreign website space, set the php configuration file so that it can grab the registered second-level domain name website, and then resolve the website domain name into the IP address of the foreign host, so that the unregistered website can continue to work normally.

After the website is moved abroad, you can contact the domestic host company for re-filing. According to my experience, the round trip may take several weeks. After the filing formalities are completed, you can modify the domain name resolution IP and move the website to China.