<?php
header("Content-type: application/xhtml+xml");
session_start();
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
在 http://www.w3.org/Mobile/ 测试,有如下4条提示信息。请问在不修改配置文件的情况下,怎么才能解决呢?谢了先~~~ "Cache-Control" HTTP header is present and contains value "no-cache", or contains value "max-age=0"
 The "Pragma" header contains the value "no-cache"
 The "Expires" header contains a date in the past
 A cache related header or a meta http-equiv value contains an invalid value