由 訪客 » 週六 5月 17, 2003 7:19 pm
弟所使用的方法是,在/var/www下增加一個openwebmail.html
內容是以下:
----------------------------------------------------------------------------------------------------------------------
<html>
<script language="javascript">
var awstatsscreenlogger="logscreensizeurl";
document.write('<img src="/'+awstatsscreenlogger+'?w='+screen.width+'&h='+screen.height+'" border=0 width=0 hei
ght=0>');
</script>
<head>
<META HTTP-EQUIV="REFRESH" CONTENT="1; URL=http:/cgi-bin/openwebmail/openwebmail.pl">
</head>
<body>
</body>
</html>
----------------------------------------------------------------------------------------------------------------------
這樣的話,只要打http://xxxxxxx/openwebmail.html就可以了