In the Anqi CMS backend management system, after you have completed the 301 redirect rule settings and clicked "Save and Exit", in most cases, you areYou do not need to manually refresh or restart your web server (such as Nginx, Apache) configuration.

Your web server (such as Nginx or Apache) plays the role of a reverse proxy here.It is responsible for receiving requests from the Internet and then forwarding these requests to the AnQiCMS application running on a specific port (such as the default 8001 port of AnQiCMS).proxy_passInstructions or Apache reverse proxy settings, defining how requests are forwarded to AnQiCMS.These configurations are static, unless you change the connection method between the web server and the AnQiCMS application (for example, if the port AnQiCMS runs on changes), you do not need to refresh or restart the web server configuration.

Therefore, the 301 redirect management you perform in the AnQiCMS backend is an application-level configuration change, dynamically loaded and effective by the AnQiCMS application itself, without the need for additional intervention from the web server.This design enables content operations personnel to manage website redirection strategies more conveniently and efficiently, without involving complex server operation and maintenance operations.


Frequently Asked Questions (FAQ)

What is the difference between AnQiCMS's pseudo-static rules and 301 redirect management?The pseudo-static rules of Anqi CMS are mainly used to optimize the URL structure of the website, converting dynamic URLs into static, SEO-friendly URL forms.It defines how AnQiCMS generates and parses URLs based on the content structure.And 301 redirect management is about permanently redirecting old or unused URLs to new target URLs after URL structure changes or content migration, in order to retain SEO weight and avoid dead-end access by users.Static page is about the generation and representation of URLs, 301 redirection is about URL forwarding processing.

In which cases may I need to refresh the Nginx or Apache configuration after making changes in the AnQiCMS backend?You only need to refresh or restart the web server (such as Nginx or Apache) when you modify its own configuration items. This includes but is not limited to: changing the listening port of the AnQiCMS application and updating the web server configuration.proxy_pass

How do I verify that the 301 redirect set up in AnQiCMS backend is working?