Blog as main page
Auteur : Luis T.
Visité 1803,
Followers 1,
Partagé 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
Posté le
Maybe this helps?
https://helpcenter.websitex5.com/fr/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
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