注册 登录
编程论坛 WEB前端(UI)

[求助]链接首页问题

yfen258 发布于 2006-12-15 13:55, 665 次点击
我公司的网址是htttp://www.hebeiguomin.com
而我上传的首页default.asp在admin这个文件夹下

请问该如何弄就能在htttp://www.hebeiguomin.com中打开首页,而不需要htttp://www.hebeiguomin.com/admin/default.asp这样才能打开??

谢谢~~~
2 回复
#2
liyuanfu2006-12-16 15:17
在首页中做个跳转,打开首页后自动跳转到htttp://www.
#3
wcwtitxu2007-01-03 02:34
htttp://www.hebeiguomin.com/default.asp中写

<html>
<meta http-equiv=refresh content="0; url=admin/default.asp">
</html>
1