need a index.html file

bluntowner

New Member
Messages
56
Reaction score
0
Points
0
i asked a couple of my friends if they could help me make a index.html file for my site 2 said they knew how but no one would help me i was seeing if someone could help me

if someone is going 2 help me i don't care the way it looks and it's going on a forum site...

ill give some credits

p.s
i didn't know were els 2 put this=/
 
Last edited:

Franc0

New Member
Messages
206
Reaction score
0
Points
0
dude i kinda dont understand you..

ok so they didn thelp you but now your seeking help, and your asking for a index.html file but your not giving us what you want us to do, neither what you are willing to give back for such work..

:S
 

bluntowner

New Member
Messages
56
Reaction score
0
Points
0
srry for not enough information here some

i really can't think of anything to make it...

i don't care what u do with it when making a index.html file that would go with a forum site i want to see what someone comes up with.
 
Last edited:

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
So do you want someone to set up a forum site for you? :/
Your posts don't make things clear enough but i might be able to help if that's what your talking about...
 

bluntowner

New Member
Messages
56
Reaction score
0
Points
0
i got my forum set up i just need file index.html
i followed a tut and the dude even said i needed a index.html =/ all i need
 

Franc0

New Member
Messages
206
Reaction score
0
Points
0
if you want an index that matches your forum, firstly you need to show us your forum :)
 

sumitmehta

New Member
Messages
215
Reaction score
1
Points
0
OK what you do is.........whichever page you want to load at startup, if that page is in html....rename it to index.html and place it in root directory. If that page is not in html, create a new index.html file and paste th following code in it

<html>
<head>
<title>Your title</title>
</head>
<script language="javascript">

function nav() {

window.navigate("destinationPage");
}
</script>
<body onload="nav();">
bodytext
</body>
</html>

Replace destinationPage with the name or path of your page.

I hope this helps.
 

somik

New Member
Messages
2
Reaction score
0
Points
0
Even shorter!

Copy these in a enpty txt file:

<html>
<script>
location.href='forums/index.php';
</script>
</html>

Then rename it to "index.html" and save it in "/public_html/" folder.

No need for any credits (Dont need it and dont even know what to do with it)

Hope this helps :D
 
Last edited:

Jober68

Member
Messages
63
Reaction score
0
Points
6
The websites not working. If you need an index.html or index.php file set up and I have a few awesome scripts that we could work with and they tie right in with your forums.
 
Top