更换域名
不应当急于求成,应当去熟悉自我的研究对象,锲而不舍,时间会成全一切。凡事开始最难,然而更难的是何以善终。——莎士比亚
共1篇
Warning: Trying to access array offset on value of type null in /www/wwwroot/b.oaf.cn/usr/themes/Tulip/functions.php on line 1091
Warning: Trying to access array offset on value of type null in /www/wwwroot/b.oaf.cn/usr/themes/Tulip/functions.php on line 1092
Warning: Trying to access array offset on value of type null in /www/wwwroot/b.oaf.cn/usr/themes/Tulip/functions.php on line 1091
Warning: Trying to access array offset on value of type null in /www/wwwroot/b.oaf.cn/usr/themes/Tulip/functions.php on line 1092
Warning: Trying to access array offset on value of type null in /www/wwwroot/b.oaf.cn/usr/themes/Tulip/functions.php on line 1091
Warning: Trying to access array offset on value of type null in /www/wwwroot/b.oaf.cn/usr/themes/Tulip/functions.php on line 1092
Warning: Trying to access array offset on value of type null in /www/wwwroot/b.oaf.cn/usr/themes/Tulip/functions.php on line 1091
Warning: Trying to access array offset on value of type null in /www/wwwroot/b.oaf.cn/usr/themes/Tulip/functions.php on line 1092
5月前

更换域名后,有三个地方的域名要修改一下。都是进入数据库直接SQL语句操作,所以操作前做好备份。数据库修改建议直接使用SQL语句替换,方便快捷。替换文章正文的旧域名UPDATE `typecho_contents` SET `text` = REPLACE(`text`,'旧域名网址','新域名网址');备注:网址要加http://修改typecho_options表UPDATE `typecho_options` SET `value` = '新域名地址' WHERE `typecho_options`.`name` = 'siteUrl' AND `typecho_options`.`use



