WebSite X5Help Center

 
Luis T.
Luis T.
User

Blog as main page  en

Autor: Luis T.
Besucht 1514, Followers 1, Geteilt 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

Gepostet am
2 ANTWORTEN
Andre E
Andre E
Moderator

Maybe this helps?

https://helpcenter.websitex5.com/de/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

Mehr lesen
Gepostet am von 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

Mehr lesen
Gepostet am von John S.