我已经在wordpress.com中创建了一个运行在URL http://abcd.com上的网站,现在我想将该URL更改为http://www.abcd.com,该如何在wordpress.com中完成。
答案 0 :(得分:0)
我不认为您可以在wordpress.com中添加www重定向,
看看wordpress.com论坛上的评论
很抱歉,但没有修复。 WordPress.com自动删除 所有网址中的“ www”。
此处的软件将删除www。并始终无缝连接 重定向到没有“ www”的网址。
www是一种古老的协议,当一切都分开时 服务器硬件。 www(www.example.com)是Web服务器,邮件 (mail.example.com)是邮件服务器,ftp(ftp.example.com)是邮件服务器 FTP服务器,打印服务器(print.example.com)是打印服务器等。这些 天,一切都在Web服务器下运行,使www。多余的 和四个字符的浪费。
答案 1 :(得分:-1)
**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.