首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >更改wordpress.com中站点的url

更改wordpress.com中站点的url
EN

Stack Overflow用户
提问于 2018-07-03 09:59:45
回答 2查看 103关注 0票数 0

我已经在wordpress.com中创建了运行在url http://abcd.com上的站点,现在我想将该url更改为http://www.abcd.com,这是如何在wordpress.com中完成的。

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2018-07-03 10:23:54

我不认为你可以在wordpress.com中添加www重定向,

请看wordpress.com论坛的评论

对不起没有解决办法。WordPress.com会自动从所有URL中删除“www”。 这里的软件将剔除万维网。在没有“www”的情况下,始终无缝地重定向到URL。 www是一种旧的协议,从那时起,所有的东西都是在单独的服务器硬件下。www (www.example.com)是web服务器,邮件(mail.example.com)是邮件服务器,FTP (ftp.example.com)是ftp服务器,打印(print.example.com)是打印服务器等等。多余的,浪费了四个字。

更多信息

有关www重定向的更多信息

票数 0
EN

Stack Overflow用户

发布于 2018-07-03 10:19:34

代码语言:javascript
复制
        **INSTRUCTIONS**

        Via WordPress Dashboard
        1.After moving your site files (if necessary), log into your your WordPress Dashboard as an administrator.
        2.Next, click on Settings from the menu, and then General.
        3.The two fields we'll change are WordPress Address (URL) and Site Address (URL).
        4.Enter the URL you'd like to use. For this example, we'll change the two fields to http://example.com.
        5.Scroll down the page and click on the Save Changes button.
        6.Be sure that you rename the folder to the new URL in FTP or the File Manager. 

    OR

    YOU can changed it from phpmyadmin.
- Move in your wordpress database.
- Search for wp_option.
- Then search for "siteurl" and changed option_value of it.
票数 -1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/51151706

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档