RQCMSCMS is to be developed into a pseudo-static, multi-site content management system. It has the following characteristics: 1. Pseudo-static
The system supports individually specifying URLs and URL patterns for each article and each column. Supports customization of dynamic URL and static URL formats. For example, you can change the article page article.php?url=test to be displayed in three styles: read.asp?a=test, blog/test, and book/test.html. The file suffix and file name can be customized, thereby completely hiding the website program or forging other website programs, making it easier for multiple sites to have different personalities. 2.Multiple sites
You can build many websites using a website system, and each website has its own specific settings, different templates, and different URL settings. For example, we purchased a Hong Kong host. Its root directory can be bound to 15 domain names. If we use it, we can build 15 websites: as long as which domain name accesses it, it can display the content of the corresponding website according to different domain names. From the visitor's perspective, all he sees is a different website. But for website administrators, they only need to manage a cms backend. Building these sites can save a lot of manpower and costs. 3.High speed
The system optimizes the database and each code and runs quickly. In addition, the program itself pays more attention to the functions of the article system, so it uses very few resources and millions of data is not a problem. 5. Easy to expand
For more functions, we can achieve it through extensions. The system prompts multiple anchor points, and users can add their own extensions at any time in the foreground and background. For each website, plugins can be set up individually. Make every site unique. 6. Server
Data conversion tools, publishing tools, and management tools are provided locally. The data conversion tool provides various cms and blog conversion tools; the publishing tool can publish data obtained by some data grabbing tools or other methods to the website; the management tool can provide simple remote data management functions. 7. Automatic caching
The program provides an automatic caching function for some pages, achieving the same effect as static page 304 when the page content does not change. 8. Learn to teach the village
The program structure is simple and clear, and the code comments are detailed. It is a good teaching material for beginners to learn PHP. RQCMSv2.3 version update This version removes the draft mode of articles, modifies the database index, and improves efficiency.