RQCMS is developed into a pseudo-dynamic, multi-site content management system. It has the following characteristics:
1. Pseudo dynamic
Pseudo-dynamic is to display a website program in another way. For example, the list page of the article is category.php. After setting, we display the content of the page in the browser as list.php. It can also be displayed in other ways. , such as list.asp. A more popular statement is that we can customize the display address of the default page. We can customize the homepage, list page, content page, tag page, and almost all pages. Not only can we customize the page address , you can also customize the parameters passed in. The final effect is that we can forge a z-blog, sablog, wordpress, etc. Others cannot know the system used by your website from the page. What are the benefits of doing this? Well, please see point 2.
2.Multiple sites
You can build many sites using a website system, and the content of many sites can be processed in batches or individually. Each site has its own specific settings, different templates, and different pseudo-dynamic settings. For example, we purchased a Hong Kong Host, it is the root directory and 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. From the perspective of the visitor, all he sees is Different websites. But for website administrators, building these websites can save a lot of manpower and costs.
3.High speed
The system has optimized the database and each code, and runs quickly. Because the program does not have many functions, it uses very few resources, and millions of data are 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, you can set up separate plug-ins. Let each site be full of feature.
6. Server
Data conversion tools, publishing tools, and management tools are provided locally. Data conversion tools provide various cms and blog conversion tools; publishing tools can publish data obtained by some data crawling tools or other methods to the website; management tools can provide Simple remote data management functionality.
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.
The demo site username and password are randomly generated, and you can log in directly.