As an experienced website operator proficient in AnQiCMS, I know that it is crucial to flexibly control the opening and closing status of the website and provide appropriate shutdown prompts during website maintenance, updates, or special situations, which is important for user experience and operation management.AnQiCMS provides intuitive and powerful features in this aspect, allowing us to easily meet these needs.

AnQiCMS website status switching feature operation guide

In AnQiCMS, the switch of website status is a core global function, which allows operators to quickly set the website to open to the public or temporarily closed according to their needs.This feature is usually used for website upgrades, emergency maintenance, content adjustments, or specific event suspension services.

To operate the website's on/off status, you need to log in to the AnQiCMS backend.In the left navigation menu of the background management interface, find and click "Background Settings", then select "Global Settings".In the global feature settings page, you will see an option named "Website Status".Here, usually two options are provided: 'open station' and 'close station'.

When you choose to 'open site', the website will be normally accessible to the public, and all content will be displayed to users.When you choose "shutdown", the website will no longer provide normal services to the public, visitors will only see the shutdown提示 information you set.After making your selection, be sure to click the "Save" or "Submit" button at the bottom of the page to ensure that your settings take effect.

Custom AnQiCMS shutdown prompt

AnQiCMS not only allows you to switch the website status, but also provides two ways to customize the prompt information displayed to users when the site is closed, to ensure that users can still receive clear guidance and a good experience even during the closure.

The most direct way is to find the 'shutdown提示' text box under the 'website status' option on the 'global settings' page.You can directly enter the closure announcement in plain text here.For example, you can write 'The website is undergoing upgrade maintenance and is expected to resume access at XX time. We apologize for the inconvenience caused to you!'This is a quick and easy way to post temporary, text-based prompts.

Secondly, for a more professional and brand-consistent shutdown page, AnQiCMS supports advanced customization through modifying template files. In the template structure of AnQiCMS, there is a dedicated page file for displaying shutdown prompts, whose path is usually under the directory of the template you are currently using.errors/close.html. When the website is set to a closed site status, the system will prioritize loading and displaying thiserrors/close.htmlcontent from the file instead of a simple text prompt.

This means you canerrors/close.htmlDesign a complete HTML page in the file, including your website logo, brand colors, images, detailed maintenance instructions, estimated recovery time, contact information, and even social media links.By editing this file, you can fully control the appearance and content of the shutdown page, providing users with a beautiful and informative temporary page.When designing this custom standalone page, you can also take advantage of the system tags of AnQiCMS, such as using{% system with name="SiteName" %}To dynamically obtain the website name or{% system with name="SiteCloseTips" %}To display the brief information you input in the "site shutdown prompt" text box on the backend, thereby achieving flexible content combination.

Through these two custom methods, AnQiCMS ensures that whether it is to quickly publish temporary announcements or to carefully design a brand closure page, website operators can flexibly deal with various closure scenarios and maintain effective communication with users.


Frequently Asked Questions (FAQ)

What will visitors see when the website is in a closed station state?After you set the website to a closed station state in the AnQiCMS background, if there is a template directory in yourerrors/close.htmlFile, the system will display the content of the file first. Iferrors/close.htmlThe file does not exist, then the system will display the plain text information you entered in the "Global Settings" "Offline Prompt" text box.

What information can I use to optimize my closed station page?In customizederrors/close.htmlIn the page, you can include the website logo, brand slogan, detailed reasons for maintenance and expected recovery time, contact email or phone number, social media links, and a friendly apology message.Ensure the page design is simple and information is clear, so that users can understand the situation and reduce unnecessary trouble.

Will the closed station status affect the website's search engine optimization (SEO)?Short-term closures with clear notifications usually do not have a significant negative impact on SEO, especially if your custom shutdown page can return a 503 Service Unavailable HTTP status code (AnQiCMS does not explicitly state the HTTP status code in the documentation, but as a matter of practice, it is recommended to check or ensure that the shutdown page returns this status).For temporary maintenance, the search engine will understand that this is a temporary issue.However, a long-term shutdown or a shutdown without clear notice may lead to a decrease in the ranking or crawling frequency of your website.Therefore, it is crucial to clearly convey information and restore website operation as soon as possible when the site is closed.