Start Page
-
- Posts: 14
- Joined: Sat 17. Apr 2004, 03:00
Start Page
Hey, how can I redirect the start page to something other than the first arcticle in the hiearchy.
Try this simple and dirty approach:
<meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"> is the part that actually does the redirecting.
The number preceding the url (in this case zero) tells the browser the number of seconds to wait before redirecting to the new url.
You could set this to 5 and add some optional text to your page - something like:
"Please wait while we redirect you to our new site".
That's it! Just copy the code, save it (i.e. save as index.html) and your html redirect will work perfectly.
while !sleeping {
work_on(phpwcms);
}
// Check out our web development company!
// "Your business has character... don't hide it!"
work_on(phpwcms);
}
// Check out our web development company!
// "Your business has character... don't hide it!"
Re: Start Page
hellocaptaincrash wrote:Hey, how can I redirect the start page to something other than the first arcticle in the hiearchy.
create an an article in the the root of the index site structure, and there you have the field "redirect" there you can add e.g. index.php?alias so you can redirect to every stucture level you want!
- Oliver Georgi
- Site Admin
- Posts: 9928
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact:
-
- Posts: 14
- Joined: Sat 17. Apr 2004, 03:00