<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>blogmaking.net</title>
	<link>http://www.blogmaking.net/blog</link>
	<description>How to make a blog and other helpful (and related) stuff!</description>
	<pubDate>Sat, 17 Feb 2007 05:55:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Making your blog your homepage (redirecting it)</title>
		<link>http://www.blogmaking.net/blog/80/making-your-blog-your-homepage-redirecting-it/</link>
		<comments>http://www.blogmaking.net/blog/80/making-your-blog-your-homepage-redirecting-it/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 06:34:48 +0000</pubDate>
		<dc:creator>catherine</dc:creator>
		
	<category>WordPress</category>
	<category>WP Basic</category>
	<category>Site Making</category>
		<guid isPermaLink="false">http://www.blogmaking.net/blog/80/making-your-blog-your-homepage-redirecting-it/</guid>
		<description><![CDATA[Now that I&#8217;ve got quite a bit written and got rid of the defaults, I&#8217;m pretty okay with displaying my site to the rest of the world. However, because I set my blog up in a folder called &#8220;blog&#8221;, if you want to see my blog, you need to go to http://www.blogmaking.net/blog/. I&#8217;d like everyone [...]]]></description>
			<content:encoded><![CDATA[<p>Now that I&#8217;ve got quite a bit written and got rid of the defaults, I&#8217;m pretty okay with displaying my site to the rest of the world. However, because I set my blog up in a folder called &#8220;blog&#8221;, if you want to see my blog, you need to go to http://www.blogmaking.net/blog/. I&#8217;d like everyone who goes to http://www.blogmaking.net to see my blog straight away. To do this, I&#8217;m going to have to do a redirection.</p>
<p>If you set up your blog in your main folder then ignore this step because when people go to your domain http://www.yourdomain.com they should just go straight to your blog already.</p>
<p>Micfo&#8217;s cpanel is really easy. You just need to click on the &#8220;redirects&#8221; icon. You are given two boxes, the first is the domain you want to map (so in my case I would leave it as htpp://www.blogmaking.net/ and then nothing as I want the homepage to redirect) and then you give the address you want to redirect it to&#8230; so I put in www.blogmaking.net/blog/ because that&#8217;s what I want to show up in the browser.</p>
<p>I&#8217;m still trying to work out the dreamhost redirect. I&#8217;ve put in a help ticket so hopefully they&#8217;ll get back to me soon.</p>
<p>Edit: They did get back to me and did the redirect for me which was really nice. It was a simple little trick that I imagine would work with other folders (eg if you have set up another content management system like drupal in a folder called &#8220;drupal&#8221;). They created a php page: index.php and stored it in the root folder (ie the main folder not the blog folder if you have them separate). To do this open a text file in something like notepad or another plain text editor and type the following code:</p>
<blockquote><p>&lt;? Header (&#8221;Location: http://blogmaking.net/blog&#8221;); ?&gt;</p></blockquote>
<p>where &#8220;http:blogmaking.net&#8221; is your domain name and &#8220;blog&#8221; is the name of your wordpress folder. Save this file as &#8220;index.php&#8221; and upload it (via FTP or your host&#8217;s web file manager) to your root/main folder for your domain.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.blogmaking.net/blog/80/making-your-blog-your-homepage-redirecting-it/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Making an index page/placeholder</title>
		<link>http://www.blogmaking.net/blog/12/making-an-index-page/</link>
		<comments>http://www.blogmaking.net/blog/12/making-an-index-page/#comments</comments>
		<pubDate>Wed, 18 Oct 2006 22:57:02 +0000</pubDate>
		<dc:creator>Cathy</dc:creator>
		
	<category>WordPress</category>
	<category>WP Basic</category>
	<category>Site Making</category>
		<guid isPermaLink="false">http://www.blogmaking.net/blog/?p=12</guid>
		<description><![CDATA[If you set up your blog in a root folder ignore this post, when someone types in your domain they will go straight to your blog.
If you set up your blog in a folder other than the root, you might like to make a placeholder page so when someone visits your domain they get something [...]]]></description>
			<content:encoded><![CDATA[<p>If you set up your blog in a root folder ignore this post, when someone types in your domain they will go straight to your blog.</p>
<p>If you set up your blog in a folder other than the root, you might like to make a placeholder page so when someone visits your domain they get something more than a list of folders until you are ready to do a redirect. It&#8217;s also a good idea to do this if you don&#8217;t feel ready for anyone to see your blog quite yet because usually clicking on the folder that shows up on your homepage will show your blog if that&#8217;s where you set it up.</p>
<p>This is an optional step and if you don&#8217;t care who sees you making your blog then ignore this and do a redirect now or whenever you like. I usually like to wait until I&#8217;ve removed some of the default elements and put up a new theme.</p>
<p>If you place a simple text document called index.html (or index.htm) in your root folder then when someone visits http://domain.com/ they will see that file (http://domain.com/index.html). Mine is no longer there, but you can check out an archived copy at <a href="http://www.blogmaking.net/stuff/">http://www.blogmaking.net/stuff/index.html</a>.</p>
<p>Open a text editor like Notepad and copy and paste the following code, changing the title and the content (in bold) to what you want to say. Save it as &#8220;index.html&#8221; or &#8220;index.htm&#8221; and upload it to your root folder. Now when you go to your domain, you should see the text: &#8220;<strong>hello this is my blog which I&#8217;m currently making, soon it will be ready to see but not yet!</strong>&#8221; (or whatever you changed it to). Not very fancy but just a simple placeholder. If you have more advanced skills/use Dreamweaver, feel free to do something more impressive. (*It&#8217;s actually quite hard to show code on a web document as the browser interprets the code, here&#8217;s a site where you can enter the code you want to display and it will give you what you need to cut and paste into your document so that the code displays properly: <a href="http://www.felgall.com/htmlt47.htm">Felgall Internet - Displaying HTML Source Code in Web Pages</a>)</p>
<p>&lt;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221;<br />
&#8220;http://www.w3.org/TR/html4/loose.dtd&#8221;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243;&gt;<br />
&lt;title&gt;<strong>my bloggie!</strong>&lt;/title&gt;<br />
&lt;body&gt;<br />
<strong>hello this is my blog which I&#8217;m currently making, soon it will be ready to see but not yet! </strong><br />
&lt;/body&gt;<br />
&lt;/html&gt;
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.blogmaking.net/blog/12/making-an-index-page/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Setting up email</title>
		<link>http://www.blogmaking.net/blog/8/setting-up-email/</link>
		<comments>http://www.blogmaking.net/blog/8/setting-up-email/#comments</comments>
		<pubDate>Wed, 18 Oct 2006 14:33:52 +0000</pubDate>
		<dc:creator>catherine</dc:creator>
		
	<category>Site Making</category>
		<guid isPermaLink="false">http://www.blogmaking.net/blog/8/setting-up-email/</guid>
		<description><![CDATA[It&#8217;s a good idea to set up an email address from that address. In dreamhost if you click on Mail/Manage Email, you&#8217;ll find the &#8220;create a new email address&#8221; link and this will let you create email forwarders and pop3 mailboxes. Definitely create an admin address that you can use when you set up your [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a good idea to set up an email address from that address. In dreamhost if you click on Mail/Manage Email, you&#8217;ll find the &#8220;create a new email address&#8221; link and this will let you create email forwarders and pop3 mailboxes. Definitely create an admin address that you can use when you set up your wordpress installation: admin@domain.com and you might also want to create some forwarders like me@domain.com.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.blogmaking.net/blog/8/setting-up-email/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
