Glossary Item Box

CmsDeveloperGuide Send comments on this topic.

How to show startup page

Your can add startup page for your site. This is a page that appears for the visitors, who came to your site for the first time. The name of this page and also if it appears or not is set through the CMS administrative interface.

For example. You can create startup.html file in the site root folder and input its name in the CMS administrative interface.

 

Sample of startup.html file:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Refresh" content="10; url=/">
<title>Startup page</title>
</head>
<body >
<h1>Startup page</h1>
</body>
</html>


User will see the startup page only 10 seconds and after will redirect to main page of the site.

 

 


© 2005-2007 Astron Digital Ltd. All Rights Reserved.