1, first good site after the site all and database backup
DEDECMS Click System-Database Backup/restore-Select---submit-----wait for full backup.
Where is the backup file: Data/backupadta---
2, packaging the program to compress the entire site---packaging compression----
3, purchase server space, upload server space
4. Using the FTP Upload Tool IP address:----User name:-----Password:------Connection Successful
5, find the Install folder to find Install_lock.txt and Install.php.bak, delete the two files
6. After installing CMS system-----Fill in---Database name and database user and password
7, after the successful installation----log in the background----to restore data-
--click-database backup/restore-start restoring data----After the restore is complete---Modify the system basic parameters---site root url
--Modify the template file, two changes----prevent caching
---system basic parameters--Core settings---column URL to use the directory name click "No"---determined after the generation of columns
----Update cache, update several times---OK
8. Do Safety:
-1 processing of the site root directory--Deleting the Install folder
--2 not used to special feature, delete special folder
---3 member feature not used, delete member folder
9, modify the default URL background login file directory---Modify the default background folder name Dede
--data/common.inc.php is set to read-only
---Modify the default admin username Admin and Password admin----Modify user name to go to the background database management dede_admin--Edit user name password can be
----Cancel data, upload have execute. PHP permissions----Make the. htaccess file under the root directory
-----System---Member settings---member function: Turn off the member function click No; Turn off registration function click No.
10, in time to make official patches.
11. Make a document at the end of the article:
---------------------------------------------------
Many customers often encounter or worry about the use of the site to hang horses
This simple tutorial explains a series of security settings for the Dede website as long as you follow these three points
Prevents 99% of sites from being hung on horses
a streamlined Setup Chapter :
All the unwanted features are removed. For example, you do not need members to delete the member folder. Removing excess components is the best way to avoid being hack injected. Add an empty index.html to each directory to prevent the directory from being accessed.
Dreaming can delete directory list: Member member function special feature install installation program (must be deleted) Company Enterprise Module Plus\guestbook Message board and other modules generally not used can not be installed or deleted.
Two password set up chapter:
Administrator password must be long, and mixed letters and numbers, try not to use admin, the initial installation is done after the admin delete, create a new administrator name not too simple. Dream System Database Storage password is MD5, general hack even through the injection to get the MD5 password, if your password rigorous enough, the other side also reversed not come over. is also helpless. But now the MD5 hack website is too advanced, 4T hard disk is all MD5 password, even if your password is very complex sometimes can be blindfolded. My previous site was so black. So a certain password is complex enough.
Three Dede can delete file list :
Dede Management directory.
file_manage_control.php
file_manage_main.php
file_manage_view.php
media_add.php
media_edit.php
media_main.php
These files are the background File Manager (these two functions are the most redundant and most affect the security, many hack through it to hang the horse. It is simply a small hanging horse, upload the editor Trojan convenient. Generally not be deleted).
You do not need to remove the dede/sys_sql_query.php file from the SQL command runner. Avoid hack use.
You do not need the tag function to remove tag.php from the root directory. Do not need the top guest please remove the root directory digg.php and diggindex.php!
Do the above three points to ensure that your website safe and reliable!
DEDECMS website How to upload to the Internet?