20200210 - CMS needs analysis

CMS What is
CMS ie content management systems, different positioning of the CMS project.
This project is the definition of a large educational system, rapid development of the page.

What types of CMS
for content management back-end data
management for the front page of the
management style for style

Static gateway project to build
installation webstorm
install nginx
Here Insert Picture Description

Nginx fact that they have configured a virtual host port is 80
Bold Style

Re-allocation, the configuration of our resources to the following index.html

	server{ 
		listen 80; 
		server_name www.xuecheng.com; 
		ssi on; 
		ssi_silent_errors on; 
		location / { 
			alias F:/学成系统/xc-ui-pc-static-portal/; 
			index index.html; 
			} 
		}

Then cmd into the directory

nginx.exe -s reload

Re refresh the page
Here Insert Picture Description
and then complete the

Modify windos / system32 / drivers / etc C drive / host
modified 127.0.0.1 www.mmz.com added
directly into the domain to be completed

SSI server-side include technology

Too many page content, how to manage?
The page splits a page a little, by little cms to manage these pages, when you want to change part of the page content only need to change the specific page can be small

Page ripped out how to do browsing through web services
using web services technologies such as nginx of ssi

ssi server embedding technology
Here Insert Picture Description

Published 735 original articles · won praise 42 · views 70000 +

Guess you like

Origin blog.csdn.net/qq_36344771/article/details/104256523