当前位置:网站首页>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
边栏推荐
- Data visualization chart summary (I)
- Is it impossible for lamda to wake up?
- How to adjust bugs in general projects ----- take you through the whole process by hand
- Simple knapsack, queue and stack with deque
- Leetcode-1200: minimum absolute difference
- Leetcode-31: next spread
- One question per day 1765 The highest point in the map
- Dichotomy, discretization, etc
- [practical skills] technical management of managers with non-technical background
- 1.15 - 输入输出系统
猜你喜欢

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

【实战技能】如何做好技术培训?

Navicat连接Oracle数据库报错ORA-28547或ORA-03135
![[cloud native] record of feign custom configuration of microservices](/img/39/05cf7673155954c90e75a8a2eecd96.jpg)
[cloud native] record of feign custom configuration of microservices

Liunx starts redis

Smart construction site "hydropower energy consumption online monitoring system"

Introduction and experience of wazuh open source host security solution
![R language [import and export of dataset]](/img/5e/a15ab692a6f049f846024c98820fbb.png)
R language [import and export of dataset]

liunx启动redis

Dynamic planning solution ideas and summary (30000 words)
随机推荐
中职网络安全技能竞赛——广西区赛中间件渗透测试教程文章
Solution to game 10 of the personal field
MIT-6874-Deep Learning in the Life Sciences Week 7
Erreur de connexion Navicat à la base de données Oracle Ora - 28547 ou Ora - 03135
Leetcode-3: Longest substring without repeated characters
QQ computer version cancels escape character input expression
对for(var i = 0;i < 5;i++) {setTimeout(() => console.log(i),1000)}的深入分析
Common optimization methods
SPI details
shared_ Repeated release heap object of PTR hidden danger
API related to TCP connection
【实战技能】如何做好技术培训?
js快速将json数据转换为url参数
2022 pole technology communication arm virtual hardware accelerates the development of Internet of things software
leetcode-22:括号生成
7. Processing the input of multidimensional features
Appium基础 — 使用Appium的第一个Demo
Flutter Web 硬件键盘监听
927. 三等分 模拟
leetcode-9:回文数