WordPress MU 1.3 正體中文語系
檔案名稱: WordPressMU1.3-zh_TW.zip ( mo )字串總數: 1784
檔案大小: 65 KB
壓縮軟體: WinRAR 3.70
下載位址: http://skyfate.googlepages.com/WordPressMU1.3-zh_TW.zip
1.到 WPMU網頁 下載最新版本的tar或是zip檔,並將壓縮檔解開。
2. 確定開啟 Apache 的 mod_rewrite選項,看看你的 httpd.conf 有沒有以下這一行!
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
3. 修改 httpd.conf 把你所使用的目錄加上下面幾行
Options FollowSymLinks
AllowOverride FileInfo
例如:
<Directory /var/www/html/>
Options FollowSymLinks
AllowOverride FileInfo
</Directory>
修改存檔後,請重新執行APACHE。
4.開啟MySQL,設定新資料庫給WPMU使用。
5.設定WPMU資料夾的根目錄及wp-content資料夾權限為可執行,
chmod 777 wpmu,chmod 777 wpmu/wp-content
6. 打開瀏覽器,進行安裝。安裝畫面中選 Sub-directories (like example.com/blog1),比較沒問題。
7.輸入MYSQL的資料庫名稱,密碼,LOCALHOST
8.之後再填入相關資料,按下一步就可以完成安裝了。
Warning!
Installing to http://localhost/ is not supported. Please use http://localhost.localdomain/ instead.更改host文件位置
hosts文件位置:
Windows系統:
C:\WINNT\system32\drivers\etc\hosts
或
C:\windows\system32\drivers\etc\hosts
Linux系統:
/etc/hosts
修改系統hosts文件的localhost行:
127.0.0.1 myblog.com localhost
不用重起系統, 然後網址填寫使用myblog.com, 安裝方式有兩種: 子域名(subdomain)和子目錄(subdirectory),分別是:
子域名:
yourname.myblog.com
子目錄:
myblog.com/blogs/yourname
注: 這裡的myblog.com僅用於本地機器測試.
Warning!
No WPMU site defined on this host. If you are the owner of this site, please check Debugging WPMU for further assistance.
wpmu如何重裝? 把mu裝在網站的blog目錄下 但後來不小心把他的資料庫删了!
又把mu移到了根目錄,然後就出現了以上錯誤
重装的方法:
新建資料庫(删除原來的)
删除安裝記錄:
.htaccess
wp-config.php
這兩個文件
打開 [url]http://xxx.xxx.com/wordpressmu/[/url]
填入
Database Name
User Name
Password
Database Host
refresh就可以了。從http://mu.wordpress.org/forums/topic.php?id=1384
Warning!
Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it!
不需要修改 config。它不像WP個人版那樣,必需完全上傳過后,才能index-install。
而config文件是系统自動生成的。
許多WP個人版用户跳至WPMU版都遇這問题,請重新上傳再安裝測試。
詳细點說,和個人版本的區别就是你不要把wp-config-sample.php修改成wp-config.php然 後上傳,
只要上傳wp-config-sample.php就可以了,在你得安装過程中,wp-config.php便会自動生成。
另外記住將wp-content文件改成777。
現在回來把你的數據資料庫清空,再安裝一次看看!!
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, wfsurnbo@gmail.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
問題在於'RewriteEngine'這個東西!
如果大家有出現這個問題
就把下以下兩行的#字刪掉就可以了,然後重新啟動apache就好了
LoadModule proxy_module modules/mod_proxy.so
LoadModule rewrite_module modules/mod_rewrite.so



















