Help - Search - Members - Calendar
Full Version: Index.html Change?
Zymic Webmaster Forums > Web Design & Development > General Web Design Discussion
DualDier12
Yeah, I'm kind of new at this. My last host deleted my forums/websites because we never changed the "index.html" file. We didn't even know how to change it. We add a new directory so it's like (index.html, then a new directory, then all our forum stuff. so our link to our site would be http://www.example.zymichost.com/forum/index.php

Any idea how we can make it so our page (http://www.example.zymichost.com/forum/index.php showed up on the index.html? I don't know many languages so please help with the change/modify the index.html file.

YOU WON'T DELETE OUR FORUM SITE IF WE DONT' MESS WITH INDEX.HTML WILL YOU? I don't want to go through the same mishap again. AGAIN!
shinjiketojapann
why not make a meta redirect to the forums instead?
nitsuarox
you could make a file called index.php in the same directory where index.html is and insert this code
CODE
<?php
header('Location: forum/index.php);
?>


Though you may need to change the forum location
DualDier12
QUOTE(nitsuarox @ May 23 2008, 04:58 PM) *
you could make a file called index.php in the same directory where index.html is and insert this code
CODE
<?php
header('Location: forum/index.php);
?>


Though you may need to change the forum location


Can you be more specific on where to put that code? I put it in index.html and it didn't work. So I put it back to normal. Please need further assistance. Thanks!
nitsuarox
make a NEW file called index.php and delete index.html

insert that code into index.php
Pitbull
If you make a new one you can bug it lol....

but if you made a forum with all your stuff on and want to change you will half to reinstall them sad.gif
Aethidoc
if you are not comfortable with creating the new php file, add:

CODE
<meta http-equiv="refresh" content="0; url=./directory_of_forum/" />


to head of the index.html file
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.