十年网站开发经验 + 多家企业客户 + 靠谱的建站团队
量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决
header ("HTTP/1.1 404 Not Found");
header ("HTTP/1.1 301 Moved Permanently");
header ("Location:http://www.baidu.com");
header ('Content-type: application/file');
header ("Content-Disposition: attachment; filename='test.file'");
readfile ("test.file");
header('Access-Control-Allow-Origin:*');
header('Access-Control-Allow-Headers:WWW-Authenticate,Authorization,Set-Cookie,X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version,name');