Home > CMS Tutorial > DEDECMS > body text

How does DEDECMS realize dynamic browsing of the entire site?

藏色散人
Release: 2019-11-16 10:45:42
Original
2840 people have browsed it

How does DEDECMS realize dynamic browsing of the entire site?

How does DEDECMS realize dynamic browsing of the entire site?

DDEECMS full-site dynamic browsing implementation method

Specific steps:

1. Dynamic homepage

We only need to delete the index.html generated under the root directory of the website, then core-generate-update homepage, select dynamic browsing, and then click to preview the homepage or update HTML.

If you want to achieve the dynamic effect of the homepage, you can no longer update the website in the background, because after the update, the homepage becomes static again.

2. Set all columns of Dream Weaver to "Use Dynamic Pages". You can select "Use Dynamic Pages" when creating columns;

You can also execute the following SQL statement.

update dede_arctype set isdefault=-1
Copy after login

3. Set all documents on the website to "dynamic only"

Execute SQL statements:

update dede_archives set ismake=-1
Copy after login

You can go to "How to execute sql statements in DedeCMS", See how to execute sql statements.

Some friends who are new to DedeCMS don’t know how to execute sql statements in DedeCMS. Today I will tell you how to do it:

Specific steps:

Backend-> System -> SQL command line tool

How does DEDECMS realize dynamic browsing of the entire site?

The above is the detailed content of How does DEDECMS realize dynamic browsing of the entire site?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!