config Drupal5.1 อย่างไร เมื่อเป็นอย่างนี้

แก้ได้แล้วครับ

แก้ file \drupal\sites\default\setttings.php ตรงบรรทัด

$domain = '.'. preg_replace('`^www.`', '', $_SERVER['HTTP_HOST']);

แก้เป็น ตัวอย่างใช้ domain wwwnno.moph.go.th
$domain = '.'. preg_replace('`^wwnno.moph.go.th/drupal`', '', $_SERVER['HTTP_HOST']);