WebSite X5Help Center

 
Kaj W.
Kaj W.
User

Using alternate subfolders instead of the root  en

Autor: Kaj W.
Besucht 717, Followers 1, Geteilt 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?

Gepostet am
1 ANTWORTEN - 1 NüTZLICH
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 ?

Mehr lesen
Gepostet am von Andre E