PHP header( ) 禁止页面后退

header("Cache-control:no-cache,no-store,must-revalidate");
header("Pragma:no-cache");
header("Expires:0");
header('Location:http://www.23zs.com');
原文地址:https://www.cnblogs.com/mr-amazing/p/5913183.html