#cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak
/* 備份設定檔 */
#vim /etc/httpd/conf/httpd.conf /* 習慣用vim,功能比vi多一點 */
250行 ServerAdmin root@localhost
354行 UserDir disable 改成==> 改成 #UserDir www
361行 UserDir Public_html 改成==> 改成 UserDir www
/* 將使用者個人網頁從 Public_html 改成 www,方便輸入 */
390行 DirectoryIndex index.html index.html.var 修改成--> DirectoryIndex index.html index.htm index.php index.html.var
/* 增加首頁檔案名稱及種類,可自行增加,特別一提index.php是為了xoops加上去的 */
730行 LanguagePriority zh-TW en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN
746行 AddDefaultCharset UTF-8 修改成--> #AddDefaultCharset UTF-8