Why can’t the backend be opened after phpcms is uploaded to the server?
If there is an error message, it is generally necessary to change the configuration file.
The steps are as follows:
1. Package the website and upload it to the server through FTP, and the server will decompress it.
2. Export the database and import the server database. Pay attention to the encoding format.
3. After decompression of the website program, modify the configuration files: database.php and system.php; the files need to be modified /caches/configs/database.php, system.php in the root directory of the website and /phpsso_server in the root directory of the website /caches/configs/database.php, system.php. Modified and replaced via FTP.
4. Log in to the website backend. Generally, admin.php is added after the domain name. If the display is abnormal or there is an error message, check whether the configuration file is correct.
5. After successful login, click Settings > Related Settings > Site Management > Modify and change the site domain name.
6. Update the whole site cache.
7. Click Content > Content Release Management > Attachment Management > Attachment Address Replacement to replace the attachment address.
8. First click Content > Release Management > Batch Update URL > Update All Once.
9. Generate homepage, column page, and content page.
At this point the website is complete.
PHP Chinese website, a large number of free PHPCMS tutorials, welcome to learn online!
The above is the detailed content of What should I do if the background cannot be opened after phpcms is uploaded to the server?. For more information, please follow other related articles on the PHP Chinese website!