if...endif:
if(con):
expr;
elseif(con):
expr;
else:
expr;
endif;while ... endwhile;
while (con):
...
endwhile;还有就是最近遇到了以前遇到过的一个问题, 就是如果自定义的404错误页面大小过小(512字节), IE会认为是不友好的错误页面,从而使用内建的自己的错误页面代替,唉,自作聪明的IE;
if(con):
expr;
elseif(con):
expr;
else:
expr;
endif;while (con):
...
endwhile;