The source code of the website source code of the dedecms core SEO optimization technology tutorial website is adapted to the program of DEDECMS on the mobile phone. The original program deleted the admin and special folders, and they are restored here. The data is from November 2019.
The best version of php is recommended 5.3!
1. Use the database management tool navicat or phpmyadmin to import the sql database file in the root directory
2. Modify the information in the database configuration file data/config.php to your own:
$config['db']['master']['host'] = '127.0.0.1'; //The database address is 127.0.0.1 for the win host and localhost for the linux host.
$config['db']['master']['username'] = 'root';//Database account
$config['db']['master']['password'] = 'root'; //Database password
$config['db']['master']['port'] = '3306';
$config['db']['master']['database'] = 'www123456';//Database name
3. Open the site, the default account password is admin 123456
For your convenience, all the databases have been placed directly in the folder www123456. Just copy and paste it into the local folder.