<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Hacks &#187; htaccess</title>
	<atom:link href="http://wphacks.com/tag/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://wphacks.com</link>
	<description>WordPress Themes, Plugins, Hacks, Tutorials, and more!</description>
	<lastBuildDate>Sat, 19 May 2012 22:29:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>WordPress News &amp; Notes &#8211; April 16, 2009</title>
		<link>http://wphacks.com/wordpress-news-notes-april-2009/</link>
		<comments>http://wphacks.com/wordpress-news-notes-april-2009/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 00:14:09 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[News & Notes]]></category>
		<category><![CDATA[Child Themes]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Theme Frameworks]]></category>
		<category><![CDATA[WordPress Bible]]></category>
		<category><![CDATA[WordPress Code]]></category>
		<category><![CDATA[WordPress News]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=1888</guid>
		<description><![CDATA[From time to time, I run across a number of very useful WordPress resources or interesting posts related to WordPress, which I share in my WordPress news and notes posts.   Here is a few that have caught my attention over the past month or so: WordPress Optimization Bible -The WordPress Optimization Bible is a collection [...]]]></description>
			<content:encoded><![CDATA[<p>From time to time, I run across a number of very useful WordPress resources or interesting posts related to WordPress, which I share in my WordPress news and notes posts.   Here is a few that have caught my attention over the past month or so:</p>
<ul>
<li><a href="http://www.prelovac.com/vladimir/wordpress-optimization-guide">WordPress Optimization Bible</a> -The WordPress Optimization Bible is a collection of useful tips and tutorials on how to speed up your WordPress site.  If you ever experienced slow WordPress admin panel, &#8220;MySQL server has gone away&#8221; message, pages taking forever to load or you want to prepare your site for a major increase in traffic (for example Digg front page) this is the guide for you.</li>
<li><a href="http://justintadlock.com/archives/2009/03/02/whats-in-store-for-wordpress-themes-in-2009">What&#8217;s in Store for WordPress Themes in 2009?</a> &#8211; Justin Tadlock shares his thoughts on what he expects out of WordPress themes in 2009.   In my opinion, you&#8217;ll see many more premium WordPress themes, as well as a shift towards <a href="http://themeframeworks.com/">theme frameworks</a> and child theme releases.   Click over to see what Justin is expecting!</li>
<li><a href="http://www.instantshift.com/2009/04/05/135-ultimate-round-up-of-wordpress-tutorials/">135+ WordPress Tutorials</a> &#8211; Instant Shift has compiled another large collection, this time featuring a number of our WordPress Tutorials and our WordPress code page.</li>
<li><a href="http://www.nometech.com/blog/a-to-z-of-wordpress-htaccess-hacks/">The A to Z of .htaccess</a> &#8211; Alex of Nometech has published an excellent post covering a bunch of information about the .htaccess file.    Useful resource to bookmark for any webmaster!</li>
</ul>
<img src="http://wphacks.com/?ak_action=api_record_view&id=1888&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/wordpress-news-notes-april-2009/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Tips For Protecting Your WordPress Installation</title>
		<link>http://wphacks.com/tips-for-protecting-your-wordpress-installation/</link>
		<comments>http://wphacks.com/tips-for-protecting-your-wordpress-installation/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 02:03:09 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[WordPress Hacks]]></category>

		<guid isPermaLink="false">http://wphacks.com/tips-for-protecting-your-wordpress-installation/</guid>
		<description><![CDATA[Matt Cutts is most commonly known for his job as the head of the Google Search team, but the guy also appears to know a lot about being a webmaster. A couple of days ago Matt wrote a post titled Three Tips to Protect Your WordPress Installation where he details three things you can do [...]]]></description>
			<content:encoded><![CDATA[<p>Matt Cutts is most commonly known for his job as the head of the Google Search team, but the guy also appears to know a lot about being a webmaster.    A couple of days ago Matt wrote a post titled <a href="http://www.mattcutts.com/blog/three-tips-to-protect-your-wordpress-installation/">Three Tips to Protect Your WordPress Installation</a> where he details three things you can do to help avoid having your WordPress blog get hacked.</p>
<p>Here is the first tip:</p>
<blockquote><p>Secure your /wp-admin/ directory. What I’ve done is lock down /wp-admin/ so that only certain IP addresses can access that directory. I use an .htaccess file, which you can place directly at /wp-admin/.htaccess . This is what mine looks like:</p>
<blockquote><p>AuthUserFile /dev/null<br />
AuthGroupFile /dev/null<br />
AuthName “Access Control”<br />
AuthType Basic<br />
&lt;LIMIT GET&gt;<br />
order deny,allow<br />
deny from all<br />
# whitelist home IP address<br />
allow from 64.233.169.99<br />
# whitelist work IP address<br />
allow from 69.147.114.210<br />
allow from 199.239.136.200<br />
# IP while in Kentucky; delete when back<br />
allow from 128.163.2.27<br />
&lt;/LIMIT&gt;</p></blockquote>
<p>I’ve changed the IP addresses, but otherwise that’s what I use. This file says that the IP address 64.233.169.99 (and the other IP addresses that I’ve whitelisted) are allowed to access /wp-admin/, but all other IP addresses are denied access. Has this saved me from being hacked before? <strong>Yes</strong>.</p></blockquote>
<p>Click over to check out the other two!</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=132&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/tips-for-protecting-your-wordpress-installation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

