As an experienced website operation expert, I know that the basic configuration of a website is like the foundation of a building, whether it is stable or not directly affects the operation and user experience of subsequent content.In an efficient and flexible content management system like AnQiCMS, mastering these seemingly simple global settings is the first step to easily navigating the website and building your brand image.

Today, let's delve into how to set up core global functions such as website name, address, and logo in the AnQiCMS system, making your website professional and standardized from the start.


AnQiCMS global settings: easily control the website name, logo and basic information

Running a website is like running a physical store. The store's name, address, and eye-catching sign are all key elements in displaying the brand image and facilitating customer identification and access.In the world of AnQiCMS, these 'front-end' information is concentrated in its powerful 'global function settings'.They not only affect the overall appearance of the website, but also directly relate to search engine optimization (SEO), user experience, and even operational efficiency.

So, how should these fundamental and crucial information be configured?

Navigate to the global settings center

To adjust these core configurations, you first need to log in to the AnQiCMS backend management interface. After logging in, turn your attention to the navigation menu on the left, find and click“Background Settings”, Next, you will see an option namedGlobal function settingsHere, is the starting point of our exploration today, and the gathering place for all global basic information of your website.

Core Global Settings Details

  1. Website NameThe website name is like a "business card" for your online brand. It usually appears as a suffix in the browser tab title and is also an important identifier for search engines to recognize your website.Enter the formal name or brand name of your company or website, such as “AnQi CMS”, which can ensure that your brand is displayed uniformly and professionally in all corners.

  2. website addressThis is your website's 'address number', its importance is self-evident. Users visiting the website and search engines crawling content will rely on the settings here. Please be sure to fill in your website'sA complete and correct URLincludinghttp://orhttps://Prefix. If your website is already configured with an SSL certificate, be sure to usehttps://This not only helps improve the security of the website, but is also a signal favored by modern search engines.Be sure to ensure that your domain name is correctly resolved to the server before filling in this address, otherwise the website will not be accessible.

  3. Website LOGOThe website logo is the core of brand visual recognition, just like the signboard of a store.In AnQiCMS global settings, you can easily upload your brand logo image.A well-designed, clear and recognizable logo that can quickly convey the brand image and deepen the impression of users.After uploading, the front-end template will usually pass through{% system with name="SiteLogo" %}This tag to call and display, so that your brand identity is everywhere.

  4. Mobile Address (as needed)In the mobile Internet era, responsive design has become mainstream.However, AnQiCMS also supports the independent template mode of "desktop + mobile"。If you adopt this model and set up a separate domain for mobile (for examplem.yourdomain.comThen you need to fill in the complete address of the mobile website here. Similarly, domain resolution andhttp/httpsThe configuration must be completed in advance to ensure smooth access for mobile users.

  5. Record filing number and copyright informationFor Chinese website operators, the filing number is an embodiment of legal compliance.Enter your website filing number here, and the front-end template can automatically generate a link to the MIIT website, displaying your compliance information.Moreover, 'Copyright Information' is usually displayed in the footer of a website, clearly informing users of the copyright ownership of the website content, which is an important detail for maintaining intellectual property rights and enhancing the professionalism of the website.

  6. Backend domain address (improve security)To enhance the security of the background management, AnQiCMS allows you to set a separate access domain for the background, for examplehttps://admin.yourdomain.comThis measure effectively separates the backend entry from the website's front end, reducing the risk of malicious scanning or attacks.Before enabling this feature, please make sure that the independent domain has been correctly resolved and bound to your server.

  7. Website status and shutdown promptThe website occasionally needs maintenance or upgrades, at which time the "shutdown status" feature comes into play.Set it to closed, when users visit the website, they will only see the 'closed station prompt information' you set, not a chaotic maintenance page or error message, which greatly enhances the professionalism of the user experience.After maintenance, switch back to normal status.

  8. Default language packageAnQiCMS has built-in multiple language packages, you can select the default language according to the main audience of the website.This setting mainly affects the system's built-in prompts, interface text, etc., which helps provide a more user-friendly interface experience for users of different languages.Of course, this does not affect you publishing multilingual content or promoting in multiple languages.

  9. Custom settings parameters (flexible expansion)One of the highlights of AnQiCMS is its strong scalability.In addition to the above preset items, you can also add custom setting parameters here according to your specific needs.For example, you can add contact links for social media (WhatsApp, Facebook, Twitter, etc.), customer service links on the website, banner image addresses for specific events, etc.These custom parameters can be called on the front end through simple template tags, greatly enhancing the flexibility and maintainability of the website.

Other configurations closely related to the global settings

In addition to the content in the "Global Function Settings", AnQiCMS also has some settings closely related to the overall operation of the website that are worth your attention:

  • Home TDK settingsIn the "Background Settings", you can independently configure the title (Title), keywords (Keywords), and description (Description) of the website homepage, which is a core link in the SEO optimization of the website homepage, and can effectively improve the visibility of the website in search engines.
  • Contact information settings: Located under "Background Settings", you can centrally manage the contact information published by the website, including contacts, phone numbers, email addresses, addresses, WeChat QR codes, etc., to ensure that customers can easily and quickly get in touch with you.
  • Content settingsThis feature can control the image processing method of the website content (such as whether to download remote images, automatically filter external links, enable WebP format, automatically compress large images and thumbnail processing methods, etc.), these settings will have a global impact on the loading speed and SEO performance of the website content, and are an indispensable part of optimizing website performance.

By using these fine-grained global settings provided by AnQiCMS, you can build and optimize your website like a professional, from the foundation level.Every detail in control will bring more stable, efficient, and brand-influential operation effects to your website.


Frequently Asked Questions (FAQ)

1. Why is my website address set tohttps://after which, it still prompts for insecurity or redirects tohttp://?This is usually because the SSL certificate is not properly installed or configured on your server, or the reverse proxy configuration of Nginx/Apache web servers is incorrect, and all HTTP requests are not redirected to HTTPS.Please check the status of your server certificate and the Web server configuration file to ensure that SSL is enabled and the redirection rules are effective.The "Website Address" setting on AnQiCMS backend only tells the system your expected URL, but it needs server-side support to take effect.

2. Why doesn't the website logo display on the front end or display incorrectly after uploading?First, please confirm that you have successfully uploaded the LOGO image in the "Global Feature Settings" and saved the settings.Secondly, this is likely due to the front-end template not properly calling the LOGO image, or the template style (CSS) causing a display anomaly.You can check if there is a similar template code{% system with name="SiteLogo" %}Use the tag to call the image path and use the browser developer tools to check if the image has loaded successfully, as well as whether there are CSS rules that cover the display of the image.

3. What is the actual use of 'Custom Setting Parameters', and how can I use them?“Custom settings parameter” is a powerful extension feature provided by AnQiCMS, used to store information that is not part of the preset fields but helpful for website operation.For example, you can use it to set the customer service QQ number of the website, online chat code snippet, links to different social media homepages, advertisement code, or special website announcement content.In the front-end template, you can access by{% system with name="您的参数名 %}Easily call these parameter values to achieve highly personalized content display and feature integration without modifying the core code, greatly enhancing the flexibility and maintainability of the website.