<?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>Da苹果 &#187; .htaccess技巧</title>
	<atom:link href="http://aionshops.com/blog/tag/htaccess%e6%8a%80%e5%b7%a7/feed" rel="self" type="application/rss+xml" />
	<link>http://aionshops.com</link>
	<description>工作的最高境界就是看着别人上班，领着别人的工资。</description>
	<lastBuildDate>Sun, 22 Aug 2010 00:07:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>26条WordPress .htaccess技巧</title>
		<link>http://aionshops.com/blog/2009/06/28/259.html</link>
		<comments>http://aionshops.com/blog/2009/06/28/259.html#comments</comments>
		<pubDate>Sun, 28 Jun 2009 08:31:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[.htaccess技巧]]></category>

		<guid isPermaLink="false">http://aionshops.com/?p=259</guid>
		<description><![CDATA[对于使用 LAMP（Linux+Apache+MySQL+PHP）结构来搭建自己的 WordPress 服务器平台的同学来说，.htaccess 文件再熟悉不过了。合理使用 .htaccess 能极大提高 WordPress 的安全性和易用性。在本篇 WordPress 教程中，我们从A到Z，一起来探讨26条WordPress .htaccess技巧。 1、保护 wp-admin 目录 wp-admin 是 WordPress 管理后台，我们可以限定 IP 访问，不让坏人越雷池一步： order deny,allow allow from a.b.c.d # This is your static IP deny from all 2、Blacklist 绿光荭草小盆友曾非常困惑如何阻止某些 IP 访问其网站，答案就是建立黑名单： order allow,deny allow from all deny from 123.456.789 # Change this IP instead that you want [...]]]></description>
		<wfw:commentRss>http://aionshops.com/blog/2009/06/28/259.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
