当前位置:网站首页>WordPress switches the page, and the domain name changes back to the IP address
WordPress switches the page, and the domain name changes back to the IP address
2022-07-05 06:12:00 【Wangjiachenga】
wordpress Switch pages , The domain name has changed back IP Address
Problem description : Access through domain name wordpress The page can be accessed normally , But when you click on other pages of the site , The domain name will be switched back IP
solve :
These two addresses are represented by IP Change the address into a domain name and save it
After the change, the foreground and background of the page cannot be accessed , You can find it under the theme you use functons.php, Add... Anywhere
update_option('siteurl',' The original ip');
update_option('home',' The original ip');
You can access
边栏推荐
- Leetcode-6108: decrypt messages
- Transform optimization problems into decision-making problems
- SQLMAP使用教程(一)
- Arduino 控制的 RGB LED 无限镜
- QQ电脑版取消转义符输入表情
- Liunx starts redis
- API related to TCP connection
- leetcode-22:括号生成
- Daily question 1342 Number of operations to change the number to 0
- Appium automation test foundation - Summary of appium test environment construction
猜你喜欢
Open source storage is so popular, why do we insist on self-development?
1.15 - 输入输出系统
Arduino 控制的 RGB LED 无限镜
On the characteristics of technology entrepreneurs from Dijkstra's Turing Award speech
Leetcode-6110: number of incremental paths in the grid graph
LeetCode 0107.二叉树的层序遍历II - 另一种方法
Individual game 12
Spark中groupByKey() 和 reduceByKey() 和combineByKey()
传统数据库逐渐“难适应”,云原生数据库脱颖而出
[jailhouse article] jailhouse hypervisor
随机推荐
Sqlmap tutorial (1)
Multi screen computer screenshots will cut off multiple screens, not only the current screen
RGB LED infinite mirror controlled by Arduino
Appium automation test foundation - Summary of appium test environment construction
LeetCode 0108.将有序数组转换为二叉搜索树 - 数组中值为根,中值左右分别为左右子树
Règlement sur la sécurité des réseaux dans les écoles professionnelles secondaires du concours de compétences des écoles professionnelles de la province de Guizhou en 2022
[rust notes] 14 set (Part 2)
MIT-6874-Deep Learning in the Life Sciences Week 7
R language [import and export of dataset]
[cloud native] record of feign custom configuration of microservices
redis发布订阅命令行实现
2022年貴州省職業院校技能大賽中職組網絡安全賽項規程
7. Processing the input of multidimensional features
Dichotomy, discretization, etc
一些工具的记录2022
Error ora-28547 or ora-03135 when Navicat connects to Oracle Database
shared_ Repeated release heap object of PTR hidden danger
js快速将json数据转换为url参数
【实战技能】如何做好技术培训?
LVS简介【暂未完成(半成品)】