WebSite X5Help Center

 
Luis T.
Luis T.
User

Blog as main page  en

Autor: Luis T.
Visited 1513, Followers 1, Udostępniony 0  

How can I put blog as main page, when people open my webpage, my blog appear insted os "Main page" ?

My blog in "Fotografias" in www.taborda.eu and if I hidden Main page" it still shows up and can't put "Fotografias" open as main page

Posted on the
2 ODPOWIEDZI
Andre E
Andre E
Moderator

Maybe this helps?

https://helpcenter.websitex5.com/pl/post/103840

I would suggest use .htaccess with 301 redirect, there are plenty examples for this on internet, maybe in the faq/helpdesk of your host as well

Czytaj więcej
Posted on the from Andre E
John S.
John S.
User

Hello Luis

You could on the home page make a redirection to your blog.

You could use something like this in a html-object on the home-page :

<meta http-equiv="refresh" content="0; url=http://www.urltoyoursite.dk/" />

Or you could on the homepage have a textobject telling something like :

"We prefer you use our blag - you will be redirected in a pair of seconds"

And then a htmlobject like this :

<meta http-equiv="refresh" content="5; url=http://www.urltoyoursite.dk/" />

Hope this is useful for you

Czytaj więcej
Posted on the from John S.