php 301重定向跳转代码

<?php Header("HTTP/1.1 301 Moved Permanently"); Header("Location: https://qdkfweb.cn"); ?> 如何将带www域名跳转到无www域名,在php ...