nutz00
10-24-2002, 01:42 AM
ok here is the problem in detail!
my webpage is located like this
htdocs/
logs/
system/
default.htm
and my webpage is under the htdocs/forum/portal_content.asp
now as u see above there is a default.htm file this file contains this: ( read on after code at the bottom )
<head>
<meta http-equiv="refresh"
content="0; url=http://www.xtreme-muscle.com/forum/portal_content.asp">
<meta http-equiv="refresh" content="1";">
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Please Wait Redirecting....</title>
</head>
<body>
<p> </p>
</body>
</html>
-------------------------------------------------
when people go to my webpage they type in www.something.com right? then the default.htm kicks in and redirects them to the portal_content.asp file since the portal_content isnt name default so it wont start up when you type in www.something.com
but the redirect code above doesnt work with netscape! all it does is keep on refresing! works fine with IE 5x any suggestions?
cant i just take the portal content file and rename it to default.asp and put it in the place of the htm file? but then it wont stay updated cuz it updates automaticly.
thanks
my webpage is located like this
htdocs/
logs/
system/
default.htm
and my webpage is under the htdocs/forum/portal_content.asp
now as u see above there is a default.htm file this file contains this: ( read on after code at the bottom )
<head>
<meta http-equiv="refresh"
content="0; url=http://www.xtreme-muscle.com/forum/portal_content.asp">
<meta http-equiv="refresh" content="1";">
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Please Wait Redirecting....</title>
</head>
<body>
<p> </p>
</body>
</html>
-------------------------------------------------
when people go to my webpage they type in www.something.com right? then the default.htm kicks in and redirects them to the portal_content.asp file since the portal_content isnt name default so it wont start up when you type in www.something.com
but the redirect code above doesnt work with netscape! all it does is keep on refresing! works fine with IE 5x any suggestions?
cant i just take the portal content file and rename it to default.asp and put it in the place of the htm file? but then it wont stay updated cuz it updates automaticly.
thanks