当前位置:网站首页>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-31:下一个排列
- Open source storage is so popular, why do we insist on self-development?
- Daily question 1688 Number of matches in the competition
- 1039 Course List for Student
- 全排列的代码 (递归写法)
- 数据可视化图表总结(二)
- QQ computer version cancels escape character input expression
- [rust notes] 14 set (Part 1)
- Transform optimization problems into decision-making problems
- SQLMAP使用教程(一)
猜你喜欢

MatrixDB v4.5.0 重磅发布,全新推出 MARS2 存储引擎!

实时时钟 (RTC)

leetcode-6111:螺旋矩阵 IV

Implement a fixed capacity stack

SPI 详解

Matrixdb V4.5.0 was launched with a new mars2 storage engine!

SQLMAP使用教程(一)
![[jailhouse article] performance measurements for hypervisors on embedded ARM processors](/img/c0/4843f887f77b80e3b2329e12d28987.png)
[jailhouse article] performance measurements for hypervisors on embedded ARM processors

Arduino 控制的 RGB LED 无限镜

Smart construction site "hydropower energy consumption online monitoring system"
随机推荐
[rust notes] 13 iterator (Part 2)
2022年贵州省职业院校技能大赛中职组网络安全赛项规程
927. 三等分 模拟
The difference between CPU core and logical processor
Flutter Web 硬件键盘监听
One question per day 2047 Number of valid words in the sentence
Introduction to convolutional neural network
QT判断界面当前点击的按钮和当前鼠标坐标
SQLMAP使用教程(二)实战技巧一
Appium自动化测试基础 — Appium测试环境搭建总结
1041 Be Unique
leetcode-31:下一个排列
redis发布订阅命令行实现
Simply sort out the types of sockets
快速使用Amazon MemoryDB并构建你专属的Redis内存数据库
Daily question 1342 Number of operations to change the number to 0
1041 Be Unique
Arduino 控制的 RGB LED 无限镜
js快速将json数据转换为url参数
数据可视化图表总结(二)