drupal_goto('node/1')默认302改为301如下
drupal_goto('node/1')
默认302
改为301如下
drupal_goto('node/1', array(), 301);