drupal 作301跳轉(刪除url裏的www), 關鍵代碼 可用到任何網站

//hook_init(); function ex_init(){ //刪除 url 前面的 www if (substr($_SERVER['HTTP_HOST'],0,3) == 'www'){ header('Location:http://'.substr($_SERVER['HTTP_HOST'], 4).$_SERVER['REQUEST_URI'], true, 301);
相關文章
相關標籤/搜索