1. Modify conn.php
$servername='localhost'; Database server, usually localhost without modification
$dbname='test'; database name
$dbpsw=''; database password
$dbusername='root'; database username
$prefix='fengsh_'; Data table prefix
$install_path="/"; Installation directory, the root directory does not need to be modified, if it is a subdirectory, it is /subdirectory name/
For example: /haodian/
The appeal parameters must be modified first and then uploaded before the installation can be successful.
2. Upload the program and set 777 permissions for the model/compile and model/cache directories. How to set permissions: http://www.fengsh8.com/help/faq269.html
3. Open the homepage, run http://www.***.com/install, and then fill in the corresponding parameters according to the steps.
4. After the installation is successful, log in to the backend through http://yourdomain/admin/. Initially log in with the user name admin and secret admin. After logging in, modify it yourself, then fill in all the blank spaces in the system settings, and then, in your file install/code Modify code.pfx in .pfx to code.pfx.lock
5. Go to the pseudo-static directory, select the pseudo-static rules that suit your situation, and put them in your root directory.
6. After the installation is completed, first go to the backend to modify your website address, and then visit the homepage.
Expand