[提问]
wordpress多站点需要对godaddy空间进行什么设置?
|
|
买的是godaddy的无限空间主机, 用的一级域名并非主机主域名。有独立IP。
请问需要哪些设置才可以成功设置wordpress多站点功能,并且godaddy有此类功能有什么限制吗? 谢谢! |
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2010-8-28 14:41:57
|
显示全部楼层
参考下这个 http://help.godaddy.com/article/6143
看不懂的地方发出来我帮你翻译 |
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2010-8-28 14:42:22
|
显示全部楼层
WordPress® 3.0 offers a new feature called Multisite that lets you host multiple WordPress blogs with one WordPress installation. This feature was formerly called WordPress Multi-User (MU).
Enabling this feature requires an advanced level of understanding of configuring WordPress, and we do not recommend enabling it unless you are comfortable editing your wp-config.php file.
NOTE: You must have WordPress 3.0 or higher to enable Multisite. If you do not have WordPress 3.0 or higher, see Upgrading Your WordPress Installation to a New Version.
To Enable Multisites
Connect to your hosting account with an FTP client.
Save a copy of the wp-config.php file to your desktop.
Open wp-config.php with a plain text editor, such as Notepad® or TextEdit®.
Add the following line to the file:
define('WP_ALLOW_MULTISITE', true);
Adding the file beneath WordPress' commented out information works to enable the feature.
Save the file, upload it, and let it overwrite the existing file wp-config.php file in your hosting account.
You can now use Multisite from your WordPress installation.
To Set Up Multisite in WordPress
Log in to your WordPress admin control panel.
From the Tools menu, click Network.
NOTE: If you do not have the Network menu, log out of WordPress, and then log back in. If you still do not see the menu, complete the steps in To Enable Multisite again.
From the Addresses of Sites in your Network section, select Sub-directories.
NOTE: You cannot use Subdomains with our hosting.
Enter a Network Title and Admin E-Mail Address, and then click Install.
Complete the instructions from the Enabling the Network section.
NOTE: We recommend creating backups of your existing wp-config.php and .htaccess files.
When you log back in to WordPress, you can add new WordPress blogs in the Super Admin section. |
|
|
|
|
|
|
|
|
|
|
sxlion
发表于 2010-8-28 19:40:02
|
显示全部楼层
“NOTE: You cannot use Subdomains with our hosting.”
谢谢版主,都能够看懂,里面有句话很明显的表明了godaddy不支持wordpress二级域名设置,只能设置次级目录的访问形式。
所以顺便提醒下选godaddy主机的朋友,不要这样设置,选第二个选项。
ps:好像有人提到可以用主域名的,可以设置成功,好像是MU的版本,不知道是否真的? |
|
|
|
|
|
|
|
|
|
|
sxlion
发表于 2010-8-28 20:00:49
|
显示全部楼层
也就是说是wordpress建站的,想拥有site1.yoursite.com, site2.yoursite.com等这种形式的群博的朋友要失望了。
你只能拥有yoursite.com/site1, yoursite.com/site2。。。。这样的地址。
ND, 本来以为以为选无限空间会支持,结果还是这样的,无论你是选经济型,豪华型,还是无限型的主机空间,godaddy都不支持wordpress的subdomain博客形式。
看来帮助还得看外版。
[ 本帖最后由 sxlion 于 2010-8-28 08:11 PM 编辑 ] |
|
|
|
|
|
|
|
|
|
|
aixue
发表于 2010-8-28 20:09:43
|
显示全部楼层
|
我是豪华空间 的那款,我都装了N个WP博客,都放在子目录,没任何问题。只要打开目录权限就可以安装了。 |
|
|
|
|
|
|
|
|
|
|
sxlion
发表于 2010-8-28 20:14:44
|
显示全部楼层
真的吗,给个二级域名地址的博客给我围观下,谢谢!
[ 本帖最后由 sxlion 于 2010-8-28 08:16 PM 编辑 ] |
|
|
|
|
|
|
|
|
|
|
sxlion
发表于 2010-8-28 21:19:26
|
显示全部楼层
原帖由 aixue 于 2010-8-28 08:09 PM 发表 
我是豪华空间 的那款,我都装了N个WP博客,都放在子目录,没任何问题。只要打开目录权限就可以安装了。
我的意思是安装一个wp,然后可以有n个子域名的博客。 |
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2010-8-29 09:54:56
|
显示全部楼层
子域名要自己解析
之前还有朋友用.htaccess文件转向 来使用子域名的WordPress |
|
|
|
|
|
|
|
|