【真者為真 假者恆假】
apache內DocumentRoot的值
是/var/www/html
由您的訊息看您在config.php內是設定路徑為
$SFS_PATH = "/home/webadmin/html/sfs3";
兩個並不符【真者為真 假者恆假】的道理
一個為/var/www/html(假)一個為/home/webadmin/html(真)
要都是假的就改config.php的設定為
$SFS_PATH = "/var/www/html/sfs3";
要都是真的就改apache的設定DocumentRoot為
DocumentRoot "/home/webadmin/html"
要真要假隨便挑一種就可以排除您的問題