View Full Version : Setting up the Directory Structure of my Web Space
jeffcravener
07-28-2003, 11:26 PM
When I started doing this web design thing for fun, i didn't take into account the need to set up folders on the server for specific things.....like maybe a pics folder, a movies folder, etc....
Now that my HTML directory is littered with crap, I want to reorganize....
BUT....I want to leave the index pointing to a main.html in a Folder within the HTML folder. How do you point 1 HTML document to another?
Adrenaline
07-29-2003, 03:14 AM
foldername/main.html.
is that what you are looking for?
jeffcravener
07-29-2003, 07:41 AM
I want the HTML directory to hold the index.html and then a subfolder to hold main.html.
But, what's the html code you would put inside index to point to the main.html....so that when someone goes to my page, and it loads the index.html, that then shoots them to the main.html?
Adrenaline
07-29-2003, 10:53 AM
<meta http-equiv="refresh" content="3;URL=YOURURL.html">
Place that code between your html tags. After 3 seconds the page will refresh and goto YOURURL.html.
jeffcravener
07-29-2003, 08:13 PM
Thank you so much!
chris-sharpe99
07-29-2003, 09:16 PM
A good site for learning html is http://www.w3schools.com/html/default.asp
I learnt most of my stuff there.
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.