一、refresh(转发)
[html]
[head]
[meta http-equiv=”Content-Type” content=”text/html; charset=gb2312″]
[meta http-equiv=”refresh” content=”0;url=./index.pl”]
[title]包含页面[/title]
[/head]
优点:干净利落。
缺点:容易被搜索引擎误认为作弊。
二、frameset(包含)
[html]
[head]
[meta http-equiv=”Content-Type” content=”text/html; charset=gb2312″]
[title]包含页面[/title]
[/head]
[frameset framespacing=”0″ frameborder=”NO” border=”0″]
[frame src=”http://www.google.com” name=”mainFrame”]
[/frameset]
[noframes][body][/body][/noframes]
[/html]
优点:地址栏始终保持不变;
缺点:在需要跳出的时候有意想不到的问题。
三、HTML中执行SSL
存在这种情况,主机只默认的是index.html,但是需要首页是动态的,除了上述方法,可以使用SSL
[!–#exec cgi=”index.pl” –]