Home  >  Article  >  CMS Tutorial  >  What should I do if the automatic keyword extraction by dedecms cannot be turned off?

What should I do if the automatic keyword extraction by dedecms cannot be turned off?

藏色散人
藏色散人Original
2019-12-26 10:06:082067browse

What should I do if the automatic keyword extraction by dedecms cannot be turned off?

dedecms automatic extraction of keywords cannot be turned off, what should I do?

Keywords automatically extracted from dede. It will prompt that it cannot be closed.

Recommended learning: 梦Weavercms

What should I do if the automatic keyword extraction by dedecms cannot be turned off?

What should I do if the automatic keyword extraction by dedecms cannot be turned off?

##5.7 Backend System - Basic System Parameters - Other Options The automatic keyword extraction function is turned off, but it will still be automatically extracted when publishing an article.

Solution:

Open data\config.cache.bak.php with notepad

Change $cfg_arc_autokeyword = 'Y'; in line 60 to $cfg_arc_autokeyword = ' N';Just fine, refer to the picture below.

After making the changes and saving them, I randomly posted two articles to test, and the keywords were no longer automatically extracted. Let’s all try it.

The above is the detailed content of What should I do if the automatic keyword extraction by dedecms cannot be turned off?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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