<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Securing Your WordPress Blog: Post 4 - Setting Up .htaccess</title>
	<atom:link href="http://eventurebiz.com/blog/securing-your-wordpress-blog-post-4-setting-up-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://eventurebiz.com/blog/securing-your-wordpress-blog-post-4-setting-up-htaccess/</link>
	<description>A blog about thinking and growing as an Entrepreneur and winning online.</description>
	<pubDate>Tue, 06 Jan 2009 12:27:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Securing Your WordPress Blog: Post 7 of 7 - Final Thoughts - Web Development</title>
		<link>http://eventurebiz.com/blog/securing-your-wordpress-blog-post-4-setting-up-htaccess/comment-page-1/#comment-1462</link>
		<dc:creator>Securing Your WordPress Blog: Post 7 of 7 - Final Thoughts - Web Development</dc:creator>
		<pubDate>Mon, 08 Sep 2008 01:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://eventurebiz.com/blog/?p=177#comment-1462</guid>
		<description>[...] No one other than you (and maybe a few others in your IP range) is allowed access to your login page. [...]</description>
		<content:encoded><![CDATA[<p>[...] No one other than you (and maybe a few others in your IP range) is allowed access to your login page. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hoff</title>
		<link>http://eventurebiz.com/blog/securing-your-wordpress-blog-post-4-setting-up-htaccess/comment-page-1/#comment-1460</link>
		<dc:creator>John Hoff</dc:creator>
		<pubDate>Sun, 31 Aug 2008 02:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://eventurebiz.com/blog/?p=177#comment-1460</guid>
		<description>Hi Linda. 

I'm not sure about the WordPress question. Sounds like you're using a free account right now? If so, you wouldn't be able to implement some of these suggestions I've made as they pertain to a hosted account of your own.

If you're using a free WordPress account, just set up another one with a new username and password (i.e. a new account).

If you have a hosted one, I think the dashboard is pretty much the same.</description>
		<content:encoded><![CDATA[<p>Hi Linda. </p>
<p>I&#8217;m not sure about the WordPress question. Sounds like you&#8217;re using a free account right now? If so, you wouldn&#8217;t be able to implement some of these suggestions I&#8217;ve made as they pertain to a hosted account of your own.</p>
<p>If you&#8217;re using a free WordPress account, just set up another one with a new username and password (i.e. a new account).</p>
<p>If you have a hosted one, I think the dashboard is pretty much the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linda Abbit</title>
		<link>http://eventurebiz.com/blog/securing-your-wordpress-blog-post-4-setting-up-htaccess/comment-page-1/#comment-1457</link>
		<dc:creator>Linda Abbit</dc:creator>
		<pubDate>Sat, 30 Aug 2008 23:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://eventurebiz.com/blog/?p=177#comment-1457</guid>
		<description>Thanks, John, for your suggestions re learning more about WP.

I did find you through Barbara's BWAB btw.  She has mentioned her "practice" blog before and I had wondered about it.  

If I set up a free Wordpress.com blog as a sample blog, does it use the same dashboard as wp.org does so I'd be learning the same "system" basically?

I did make progress on my "behind the scenes" projects for my blog the past two weeks.  But I really miss posting on my blog, plus reading and commenting on other blogs!  

Thanks again for your help!  I will check YouTube for WP lessons -- great idea!

Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks, John, for your suggestions re learning more about WP.</p>
<p>I did find you through Barbara&#8217;s BWAB btw.  She has mentioned her &#8220;practice&#8221; blog before and I had wondered about it.  </p>
<p>If I set up a free Wordpress.com blog as a sample blog, does it use the same dashboard as wp.org does so I&#8217;d be learning the same &#8220;system&#8221; basically?</p>
<p>I did make progress on my &#8220;behind the scenes&#8221; projects for my blog the past two weeks.  But I really miss posting on my blog, plus reading and commenting on other blogs!  </p>
<p>Thanks again for your help!  I will check YouTube for WP lessons &#8212; great idea!</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hoff</title>
		<link>http://eventurebiz.com/blog/securing-your-wordpress-blog-post-4-setting-up-htaccess/comment-page-1/#comment-1456</link>
		<dc:creator>John Hoff</dc:creator>
		<pubDate>Sat, 30 Aug 2008 14:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://eventurebiz.com/blog/?p=177#comment-1456</guid>
		<description>Hi Barbara. Let me tell ya, I &lt;em&gt;love&lt;/em&gt; making "totally awesome" posts! LOL. It's my pleasure.

Speaking of the .htaccess file, there's one more piece of code I'd like to share which I forgot to mention.

Insert this into all of your .htaccess files. What it will do is prevent web browsers from being able to access it. The file permission 644 does the same thing, however, why not add one more layer of protection?

&lt;code&gt;&#60;Files .htaccess&#62;
order allow,deny
deny from all
&#60;/Files&#62;
&lt;/code&gt;

Hope you have a good weekend, too.</description>
		<content:encoded><![CDATA[<p>Hi Barbara. Let me tell ya, I <em>love</em> making &#8220;totally awesome&#8221; posts! LOL. It&#8217;s my pleasure.</p>
<p>Speaking of the .htaccess file, there&#8217;s one more piece of code I&#8217;d like to share which I forgot to mention.</p>
<p>Insert this into all of your .htaccess files. What it will do is prevent web browsers from being able to access it. The file permission 644 does the same thing, however, why not add one more layer of protection?</p>
<p><code>&lt;Files .htaccess&gt;<br />
order allow,deny<br />
deny from all<br />
&lt;/Files&gt;<br />
</code></p>
<p>Hope you have a good weekend, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barbara Swafford</title>
		<link>http://eventurebiz.com/blog/securing-your-wordpress-blog-post-4-setting-up-htaccess/comment-page-1/#comment-1454</link>
		<dc:creator>Barbara Swafford</dc:creator>
		<pubDate>Sat, 30 Aug 2008 08:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://eventurebiz.com/blog/?p=177#comment-1454</guid>
		<description>Hi John,

I'm happy Linda Abbit found you, as I know she's taking time off to work behind the scenes of her blog.  

I've made some changes to my .htaccess file, but you've reminded me to double check it.  I'll be back later to reread this and make sure I have my bases covered.  

This series is totally awesome.  Thank you for sharing and for all of your hard work.  

Have a great weekend.  I hope you're getting three days off.  :)

&lt;em&gt;Barbara Swafford's last blog post..&lt;a href='http://feeds.feedburner.com/~r/bloggingwithoutablog/DWWZ/~3/377806525/' rel="nofollow"&gt;Plugins, Questions and Open Mic&lt;/a&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>I&#8217;m happy Linda Abbit found you, as I know she&#8217;s taking time off to work behind the scenes of her blog.  </p>
<p>I&#8217;ve made some changes to my .htaccess file, but you&#8217;ve reminded me to double check it.  I&#8217;ll be back later to reread this and make sure I have my bases covered.  </p>
<p>This series is totally awesome.  Thank you for sharing and for all of your hard work.  </p>
<p>Have a great weekend.  I hope you&#8217;re getting three days off.  <img src='http://eventurebiz.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<em>Barbara Swafford&#8217;s last blog post..<a href='http://feeds.feedburner.com/~r/bloggingwithoutablog/DWWZ/~3/377806525/' rel="nofollow">Plugins, Questions and Open Mic</a></em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hoff</title>
		<link>http://eventurebiz.com/blog/securing-your-wordpress-blog-post-4-setting-up-htaccess/comment-page-1/#comment-1453</link>
		<dc:creator>John Hoff</dc:creator>
		<pubDate>Fri, 29 Aug 2008 23:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://eventurebiz.com/blog/?p=177#comment-1453</guid>
		<description>Hello Linda, welcome to my blog :)

Thanks for noticing about the posts. Yes, they've been taking a long time to write. That's ok though, it's important for people to learn.

About the backups - no problem about the email backups, that's what I do. I do it just once a week. I suppose if you post every day then maybe 3 times a week would be fine.

I'm sure there are some YouTube videos out there that can help you learn WordPress. Maybe what you should do is set up a free WordPress account on WordPress.com and use it to toy around. Upload and activate plugins, etc.

Well I'm always here if you have a question you gotta know the answer to. Either use the contact form or post in our community forums.

Talk to you later and have a great weekend yourself!</description>
		<content:encoded><![CDATA[<p>Hello Linda, welcome to my blog <img src='http://eventurebiz.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for noticing about the posts. Yes, they&#8217;ve been taking a long time to write. That&#8217;s ok though, it&#8217;s important for people to learn.</p>
<p>About the backups - no problem about the email backups, that&#8217;s what I do. I do it just once a week. I suppose if you post every day then maybe 3 times a week would be fine.</p>
<p>I&#8217;m sure there are some YouTube videos out there that can help you learn WordPress. Maybe what you should do is set up a free WordPress account on WordPress.com and use it to toy around. Upload and activate plugins, etc.</p>
<p>Well I&#8217;m always here if you have a question you gotta know the answer to. Either use the contact form or post in our community forums.</p>
<p>Talk to you later and have a great weekend yourself!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linda Abbit</title>
		<link>http://eventurebiz.com/blog/securing-your-wordpress-blog-post-4-setting-up-htaccess/comment-page-1/#comment-1452</link>
		<dc:creator>Linda Abbit</dc:creator>
		<pubDate>Fri, 29 Aug 2008 21:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://eventurebiz.com/blog/?p=177#comment-1452</guid>
		<description>Hi John,

I've just read  -- OK, some skimming too :-) -- this series of posts.  It is fabulously put together and I so appreciate the amount of time and effort you put into each post. . . . and it terrifies me to even think about doing any of these things!

I know they're important however, and once I'm a little more comfortable with even the basic WP.org dashboard, I will attempt these.  I read in one of the comments that Barbara Swafford wishes she knew all of this from the start.  If I knew all of this had to be done, I might never have started blogging!  I'm afraid to even touch any of the plug-ins my designer set up for me, which I know isn't a good thing, but that's where I'm at so far in my learning curve.  I wish there were a WP.org school that I could go to in person and ask all of my zillion of questions at once every other week or so (that's my best learning style!).  If you know of one, please let me know.  The help section and forum on the WP site is way over my head.

One thing you mentioned that gives me great peace of mind is that our hosting company (GoDaddy in my case) has a backup of our blog.  At least I hope they do . . .  that I can and will check on!

I am using the Automatic backup plug in, and have it emailing me a file daily.  Is that too often -- is once a week enough?  It comes in a .sql.gz format -- will I be able to use that to recover my blog if necessary.  It's all Greek to me!  My blog designer sent me a zip file with my template and ??? in it, so that's good, but I was wondering about this part.  Is emailing it to myself better than downloading it to my computer?  I chose the email route, not sure of the other.

I'm subscribing to your blog now via RSS.

Thanks again &#38; enjoy your long weekend with your family!

&lt;em&gt;Linda Abbit's last blog post..&lt;a href='http://tenderlovingeldercare.com/tender-loving-eldercare-goes-back-to-school' rel="nofollow"&gt;Tender Loving Eldercare Goes Back to School&lt;/a&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>I&#8217;ve just read  &#8212; OK, some skimming too <img src='http://eventurebiz.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &#8212; this series of posts.  It is fabulously put together and I so appreciate the amount of time and effort you put into each post. . . . and it terrifies me to even think about doing any of these things!</p>
<p>I know they&#8217;re important however, and once I&#8217;m a little more comfortable with even the basic WP.org dashboard, I will attempt these.  I read in one of the comments that Barbara Swafford wishes she knew all of this from the start.  If I knew all of this had to be done, I might never have started blogging!  I&#8217;m afraid to even touch any of the plug-ins my designer set up for me, which I know isn&#8217;t a good thing, but that&#8217;s where I&#8217;m at so far in my learning curve.  I wish there were a WP.org school that I could go to in person and ask all of my zillion of questions at once every other week or so (that&#8217;s my best learning style!).  If you know of one, please let me know.  The help section and forum on the WP site is way over my head.</p>
<p>One thing you mentioned that gives me great peace of mind is that our hosting company (GoDaddy in my case) has a backup of our blog.  At least I hope they do . . .  that I can and will check on!</p>
<p>I am using the Automatic backup plug in, and have it emailing me a file daily.  Is that too often &#8212; is once a week enough?  It comes in a .sql.gz format &#8212; will I be able to use that to recover my blog if necessary.  It&#8217;s all Greek to me!  My blog designer sent me a zip file with my template and ??? in it, so that&#8217;s good, but I was wondering about this part.  Is emailing it to myself better than downloading it to my computer?  I chose the email route, not sure of the other.</p>
<p>I&#8217;m subscribing to your blog now via RSS.</p>
<p>Thanks again &amp; enjoy your long weekend with your family!</p>
<p><em>Linda Abbit&#8217;s last blog post..<a href='http://tenderlovingeldercare.com/tender-loving-eldercare-goes-back-to-school' rel="nofollow">Tender Loving Eldercare Goes Back to School</a></em></p>
]]></content:encoded>
	</item>
</channel>
</rss>
