-
<#list row as a>
-
${a.name}<#if a.useStatic>[Static site]#if><#if a.id=site.id>[Current site]#if>
Domains list: <@sys.domainList advanced=true siteId=a.id> <#list page.list as a>${a.name}<#if a.wild>[Wild domain]#if> <#if a.path?has_content>Template root path:${(a.path)!}#if>
#list> @sys.domainList>
#list>
The default user name / password for all sites: admin / admin
The domain name list indicates that you use these domain names to access the program, the corresponding site will be displayed! Wildcard domain name means that all subdomains of this domain name can also access this site。The template root directory means access using this domain name, the template files in this directory are accessed
The first visit to the static site requires you to log in to the background and perform "重新生成全站" in System -> Task Schedule to browse normally
For testing purposes, we have pointed dev.publiccms.com and all its subdomains to 127.0.0.1, which can be used to test local services in the same way as localhost and loopback when you are connected to the Internet.