In the operation practice of AnQi CMS websites, the closure of the website (i.e., entering the shutdown state) is a process that requires careful handling.When a website needs to temporarily stop providing services due to maintenance, upgrades, or content adjustments, it is crucial to properly set the downtime status and display appropriate prompt information, which is important for maintaining user experience and search engine friendliness.

Overview of Anqi CMS closed site function

The AnQi CMS is built with powerful global feature settings, including management of the website's running status.Through this feature, website operators can easily switch the entire website to "shutdown" mode.The purpose of the shutdown feature is to ensure that visitors do not encounter error pages or incomplete content when the website is unable to provide normal services, but instead receive a unified and clear notification.This feature not only simplifies the maintenance process, but also provides an elegant way to inform users of the current status of the website.

Access logic under closed station status

When the AnQi CMS website is set to closed station status, its access logic will undergo a fundamental change.At this time, whether it is a regular article list, category page, or the so-called "single page" (such as "About Us", "Contact Us" and other independent pages), they will no longer be able to be accessed normally and display their original content.The system will intercept all requests for website content and redirect them to a specific closed station prompt page.This means that during the shutdown period, no content pages are exempt, and all visitors will see the prompt information preset by the website administrator.

Configuration and display of closed station prompts

The AnQi CMS provides flexible configuration options for the website shutdown prompt information.Website operators can find the "Website Status" option in the "Global Function Settings" backend and set it to closed.The "Shut Down Prompt" field allows administrators to enter specific information to be displayed to users, such as

On the front-end display level, Anqi CMS provides special template files to carry these closed-site prompts. According to the template design specifications,errors/close.htmlIt is the preset "site closure prompt page". This means that even if the website is in a closed state, operators can still carefully design and layout this prompt page. By modifyingerrors/close.htmlThe template can ensure that the style of the shutdown prompt page is consistent with the brand, and even elements such as brand Logo, customer service contact information can be added to enhance the user experience. Inerrors/close.htmlIn the template, you can use{% system with name="SiteCloseTips" %}tags to dynamically obtain the content of the "Shut Down Prompt" field on the back-end, thereby achieving flexible updates to the prompt information without modifying the template file itself.

Summary

The AnQi CMS provides a comprehensive and user-friendly solution for website shutdown management.Once the website is set to a closed station status, all pages (including single pages) will display the preset closed station prompt uniformly.errors/close.htmlThe template controls the visual presentation of the prompt page, ensuring that a professional image and good user communication are maintained even during the website's downtime.


Frequently Asked Questions

Q1: After the website enters closed station status, can a specific single page (such as the 'Maintenance Announcement' page) still be accessed normally?

A:According to the design of Anqi CMS, when the website is set to a closed station status, the system will intercept all external access requests uniformly and force displayerrors/close.htmlThe shutdown prompt defined by the template.This means that, at present, Anqi CMS does not support exempting specific pages in closed-site mode, allowing them to continue accessing their original content normally.All visitors, regardless of which URL they request, will see the same closed station page.errors/close.htmlIn the template, or displayed through the "site closure prompt" setting in the background.

Q2: How to customize the style and content of the site closure prompt page?

A:You can customize the prompt for the closed station through two main ways.First, in the AnQi CMS backend, find the 'Shutdown Prompt' field in the 'Global Function Settings' and directly enter the text you want to display to the user.{% system with name="SiteCloseTips" %}Labels are obtained and displayed in the template. Next, you can modify the overall visual style of the page by changing the current template directory under.errors/close.htmlfile.In this template file, you can add HTML structure, CSS style, and even JavaScript code just like designing other pages to ensure that the closed station page is consistent with your brand image.

Q3: What impact will the shutdown of a website have on search engine optimization (SEO), and how should I deal with it?

A:The website being closed for a long time may indeed have an impact on SEO. When search engine crawlers visit the closed site page, they receive a custom prompt page instead of the standard HTTP 503 (service unavailable) status code.This means that the search engine may not be able to directly determine whether this is temporary maintenance or permanent closure.To minimize the negative impact, it is recommended to clearly inform users on the maintenance nature and expected recovery time on the site closure notification page, which is friendly information for both users and search engines.If possible, it is recommended to return a 503 status code through server configuration for long-term maintenance, but the closed site function of Anqi CMS is more focused on a unified user prompt page.Once the website is back up and running, make sure to submit the updated Sitemap through the site manager tool and closely monitor the crawling error reports.