current location:Home > Technical Articles > CMS Tutorial > DEDECMS
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to redirect 301 on DEDECMS homepage
- Method for 301 redirection on DEDECMS homepage: first find and open the "index.php" file; then add the code "header('Location:http://www.'.$_SERVER['SERVER_NAME']);" Home page file and save it.
- DEDECMS 2592 2019-12-03 09:09:03
-
- What to do if DreamWeaver CMS module management is blank
- The blank space in the module management of Dreamweaver CMS is caused by the failure to obtain the module of Dreamweaver Remote. The solution is to comment out the 91st and 95th lines of code in the "\dede\module_main.php" file.
- DEDECMS 2036 2019-12-03 09:03:34
-
- How does Dreamweaver CMS implement regular updates of random articles?
- dedecms has tags and functions to call random articles, but we cannot update them in real time. We can call random articles, and they will change every time the dynamic page is refreshed; set up a scheduled automatic update file and upload it to the plus folder of ftp.
- DEDECMS 2384 2019-12-02 16:12:30
-
- How to remove index.html from DreamWeaver homepage
- How to remove index.html from the DreamWeaver homepage: First open the index.php file in the www root directory; then add the code "$GLOBALS['_arclistEnv'] = 'index';" and save it.
- DEDECMS 2689 2019-12-02 11:25:11
-
- How to remove the watermark of uploaded pictures in Dreamweaver
- How to remove watermarks from uploaded images in Dreamweaver: first log in to the Dreamweaver backend; then click on "System Settings"; then click on "Image Watermark Settings" in the system settings; and finally choose to turn off the "Upload images with watermark" function.
- DEDECMS 2699 2019-12-02 11:15:43
-
- What is the sql statement to delete all manuscripts pending review in DreamWeaver?
- The sql statement to delete all manuscripts to be reviewed in DreamWeaver is "DELETE `lx_archives`.*, `lx_addonarticle`.* FROM `lx_archives` LEFT JOIN `lx_addonarticle` ON `...".
- DEDECMS 2421 2019-12-02 11:09:31
-
- How to call Dedecms the latest articles of the whole site
- How Dedecms calls the latest articles on the entire site: first open the homepage template file; then add the code "{dede:arclist row=1}<a href="[field:arcurl/]">[field:title/]</a> {/dede:arclist}".
- DEDECMS 1959 2019-12-02 11:02:14
-
- How to modify the table prefix in dedecms V5.7
- How to modify the table prefix in dedecms V5.7: first enter the data directory of the mysql database; then save the content of "ren dede_addonarticle..." as "pre.bat"; then use Notepad to batch replace the table prefix.
- DEDECMS 2532 2019-12-02 10:56:48
-
- How does dedecms prevent being hung?
- Dedecms method to prevent being mounted: first change the default management directory dede; then delete the install directory; then apply the latest dedeCMS patch; finally set the server web directory permissions to not allow script execution to prevent being mounted.
- DEDECMS 2082 2019-12-02 10:50:27
-
- How to prevent Dedecms from invading
- Methods to prevent Dedecms intrusion: first modify the "dedecms" default backend directory "/dede/" and the administrator account password; then delete the "/member/" folder; then move the "/data/" folder outside the Web access directory ;Finally configure the "tplcache" cache file directory.
- DEDECMS 2834 2019-12-02 10:44:47
-
- How to prevent theft in DedeCms templates
- DedeCms template anti-theft method: first select "Backstage->System->System Basic Parameters->Site Settings->Template Default Style->default"; then change "default" to a new name; then enter "FTP" and Just change the "default" name to be consistent.
- DEDECMS 2195 2019-12-02 10:39:48
-
- What should I do if the thumbnails are not displayed in the DedeCMS album?
- The solution to the problem that the thumbnails in the DedeCMS album are not displayed is: first open the "image.func.php" file; then add the "imagecreatetruecolor" related code; then open the "Internet" option in the browser; and finally refresh using "Compatibility View" can be restored.
- DEDECMS 1996 2019-12-02 10:34:36
-
- How to add php code to the dede template
- How to add PHP code into the Dede template: first open the include file; then add the code "{dede:include runphp='yes' source='value' file=''/}" and save it to use PHP.
- DEDECMS 3580 2019-12-02 10:29:19
-
- How to prevent dede website DDos from being attacked
- Methods to prevent DDos attacks on dede websites: first enter the dede backend; then add a new variable with the variable name "cfg_anquan_cc"; then open the "config.php" file and add the "$cfg_anquan_cc == 'Y'" related code.
- DEDECMS 2467 2019-12-02 10:23:47
-
- How to generate dedecms data into json
- Method to generate json from dedecms data: first use the "dede:json" tag to call the json interface of a remote connection; then add the code "{dede:json url='' cache=300}{/dede:json}" to Just wherever you want to call it.
- DEDECMS 2339 2019-12-02 10:19:22