Start Page
Posted: Mon 14. Jun 2004, 00:17
Hey, how can I redirect the start page to something other than the first arcticle in the hiearchy.
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
<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.
hellocaptaincrash wrote:Hey, how can I redirect the start page to something other than the first arcticle in the hiearchy.