Home > Article > CMS Tutorial > Can the domain name of phpcms be changed later?
#Can the domain name of phpcms be changed later?
phpcms How to modify the domain name:
PHPCMS After modifying the domain name, you need to modify some settings to allow normal website browsing.
1. Find the /caches/configs/system.php file in the site directory, use the FTP tool to download it,
open it with text editing software, and modify all the original domain names in it to new domain names.
Especially where the red strokes are drawn, many webmasters forget to modify them, resulting in errors.
There are 6 places in total, remember to look for them all!
2. Log in to the background management address--Settings--Site Management--Change the site domain name part to a new domain name
3. Click Update Cache and wait for the cache changes to be completed.
4. Click Content--Attachment Management--Attachment Address Replacement
Replace the original attachment address with the new one, as shown below:
If you don’t do this here, you will not be able to find the picture in the article you originally posted
5. Click on the content-batch update URL-start updating
6. Click content-->Manage columns-->Update column cache
##7. Generate content page-Generate Column page - Generate homepageComplete Recommended tutorial: "phpcms"
The above is the detailed content of Can the domain name of phpcms be changed later?. For more information, please follow other related articles on the PHP Chinese website!