<?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>A blend of programming and seo&#187; apache</title>
	<atom:link href="http://www.rawseo.com/news/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rawseo.com/news</link>
	<description>A blend of programming and seo</description>
	<lastBuildDate>Tue, 17 Nov 2009 17:17:47 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to password protect a web directory</title>
		<link>http://www.rawseo.com/news/2009/03/17/how-to-password-protect-a-web-directory/</link>
		<comments>http://www.rawseo.com/news/2009/03/17/how-to-password-protect-a-web-directory/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 12:47:02 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=420</guid>
		<description><![CDATA[This article will show you how to password protect a directory using the apache web server  and a .htaccess file.
.htaccess file
The .htacess file should be in the directory that you would like to protect (everything below this directory will also be password protected).
AuthName &#8220;Password Protected Area&#8221;
AuthType Basic
AuthUserFile /full/path/to/.htpasswd
Require valid-user
Replace &#8220;Password protected Area&#8221; with the [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/03/17/how-to-password-protect-a-web-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improving seo with apache mod_rewrite</title>
		<link>http://www.rawseo.com/news/2009/02/09/improving-seo-with-apache-mod_rewrite/</link>
		<comments>http://www.rawseo.com/news/2009/02/09/improving-seo-with-apache-mod_rewrite/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 01:03:01 +0000</pubDate>
		<dc:creator>Roy (rawseo)</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.rawseo.com/news/?p=69</guid>
		<description><![CDATA[What is mod_rewrite?
Mod_rewrite is a rewriting engine (based on regular-expressions) built into the apache webserver and it is used to rewrite urls dynamically.  The URL manipulations can depend on various tests, of server variables, environment variables, HTTP headers, or time stamps. Even external database lookups in various formats can be used to achieve highly [...]]]></description>
		<wfw:commentRss>http://www.rawseo.com/news/2009/02/09/improving-seo-with-apache-mod_rewrite/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
