Ubuntu Dapper 上線
blog看起來沒有什麼不同,不過花了兩天,終於把主機從Debian Sarge換到Ubuntu Dapper,
很捨不得砍掉Debian,不過Ubuntu實在是太好用了,
加上Debian之前雞婆裝了太多不必要的package,Ubuntu感覺起來乾淨很多,
所以終於忍不住手癢換系統。
搬blog的過程遇到encoding的問題,我一直以為是utf-8格式的備份,沒想到還是維持在預設值latin1,
解決後,又發現Apache 2沒有載入rewrite模組,
sudo a2enmod rewrite
使用上面的指令,再確定好Apache上的設定正確就解決囉~
右邊最新留言的部份還待解決。
問題1: 在option page裡出現fatal error
解決: http://www.jeffhung.net/blog/articles/jeffhung/316/
問題2: 留言中文字切一半變亂碼的問題
解決: 基本的解決方法是使用PHP multibyte string function來切留言
http://www.jeffhung.net/blog/articles/jeffhung/337/
Categories: 其他
Michela found a bug that the user can not connect the website via http://www.dearchristine.com.
The problem is fixed by adding
ServerAlias www.dearchristine.com
in apache configure file at /etc/apache2/site-enable/000-default.