View previous topic :: View next topic |
Author |
Message |
abacquer
Joined: 22 Mar 2004 Posts: 193
|
Posted: Sun Jan 29, 2006 9:55 am Post subject: Splash Page without Index.html? |
|
|
Hey there!
My new blog is online, but unlike my old one, only part of it is in article format. Much of it is webpages. I have one webpage that I would like to display automatically when someone visits the blog. But I can't convert it to an html file and save it as index.html in my root directory, because I still want the blog sidebar to appear on the page and stay current.
Is there anything I can do to accomplish this effect?
The blog is: http://stonerainproject.blogharbor.com/
And the page I'd like to come up first is: http://stonerainproject.blogharbor.com/blog/_WebPages/Introduction.html
If there's no way to do it, consider that as a feature request. A checkbox somewhere that says "Use as splash page" for webpages. _________________ -- Abacquer, A.K.A. Chuck Seggelin |
|
Back to top |
|
|
john Site Admin
Joined: 16 Mar 2004 Posts: 3434
|
Posted: Sun Jan 29, 2006 11:06 am Post subject: Re: Splash Page without Index.html? |
|
|
I have one webpage that I would like to display automatically when someone visits the blog. But I can't convert it to an html file and save it as index.html in my root directory, because I still want the blog sidebar to appear on the page and stay current. ... If there's no way to do it, consider that as a feature request.
Unfortunately it is not possible to set a Web Page item as the home page of your blog, though it is something we can see the utility of and it is already on the wish list.
As a workaround, you could post an index.html file to your blog which contains a redirect to one of your pages. An index.html file containing this code:
Code: | <HTML>
<HEAD>
<META HTTP-EQUIV=REFRESH CONTENT="0; URL=http://stonerainproject.blogharbor.com/blog/_WebPages/Introduction.html">
<TITLE>Redirect</TITLE>
</HEAD>
<BODY BGCOLOR=#FFFFFF>
</BODY>
</HTML> |
would redirect visitors who access your blog at http://stonerainproject.blogharbor.com/ and send them to http://stonerainproject.blogharbor.com/blog/_WebPages/Introduction.html . Not a perfect solution, but may help you get a little closer to what you're looking for. |
|
Back to top |
|
|
abacquer
Joined: 22 Mar 2004 Posts: 193
|
Posted: Tue Jan 31, 2006 6:59 am Post subject: |
|
|
Hmmm. That's an idea that had occurred to me. I guess I'll try experimenting with that. Thanks John! _________________ -- Abacquer, A.K.A. Chuck Seggelin |
|
Back to top |
|
|
Search all BlogHarbor support resources.
|
View previous topic :: View next topic |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|