Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   General Discussions (http://forums.winamp.com/forumdisplay.php?f=1)
-   -   I need some html code (http://forums.winamp.com/showthread.php?t=72391)

n_ick2000 18th January 2002 22:01

I need some html code
 
I need to create an "index.html" file so that when it is accessed it redirects to "ikonboard.cgi" which is in the same directory. Basiclly, I am trying to make my forums http://forums.nick2000.l33t.ca with some subdomain redirection that my host provides. The only way to get it to work is to redirect the "forums" subdomain to the ikonboard directory rather than the ikonboard.cgi file.

So I want index.htm or index.html (whatever is default) to redirect to ikonboard.cgi. Maybe with text saying "Redirecting you to Nick's board" or something like that. Can someone give me the code to do this?

fish 18th January 2002 22:05

code:
<html>
<head>
<title>Redirecting you to Nick's Board</title>
<META HTTP-EQUIV=Refresh CONTENT="1; URL=url">
</head>
<body>
Redirecting
</body>
</html>



should do it :)

n_ick2000 18th January 2002 22:08

Ok, I will try it.

n_ick2000 18th January 2002 22:22

I will have to try putting it on my website this weekend because my dad's proxy server is still is screwed up (I can't access ftp sites). I tried the code on my local computer and it works (that's good). I will upload it this weekend.

Anyway, thanks phish.

fwgx 18th January 2002 23:11

That's what I use, works well.

liquidmotion 19th January 2002 01:00

i use it for my forums as well (check my sig)

cya


All times are GMT. The time now is 11:16.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.