WebSite X5Help Center

 
Kaj W.
Kaj W.
User

Using alternate subfolders instead of the root  en

Author: Kaj W.
Visited 701, Followers 1, Shared 0  

I upload my project to a subfolder on the website, because I want to be able to have one version in production and one in progress. How do I get the web browser to automatically be redirected to one or the other of the subfolders?

Posted on the
1 ANSWERS - 1 USEFUL
Andre E
Andre E
Moderator

There are java scripts that let you automaticly or after some time ga to an different website. (the 10000 = 10 sec)

put this inside your head tags: (expert section in sitemap properties, then choose before HEAD tag)

You can make a text on that page with links and a note that after (in this case 10 sec) you are redirected to new website......

<script language="JavaScript"><!--
setTimeout("top.location.href = 'http://new website.com//'",10000);
//--></script>

But why not make a welcome page / site with links ?

Read more
Posted on the from Andre E