<?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>Sys Admin Guides, How To&#039;s, etc  by Marios Maravelias &#187; .htaccess</title>
	<atom:link href="http://www.sys-admin.gr/tag/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sys-admin.gr</link>
	<description>where prophets and madmen...walk hand in hand</description>
	<lastBuildDate>Fri, 07 May 2010 10:44:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>301 Page Redirects using PHP and .htaccess</title>
		<link>http://www.sys-admin.gr/29/apache/301-page-redirects-using-php-and-htaccess/</link>
		<comments>http://www.sys-admin.gr/29/apache/301-page-redirects-using-php-and-htaccess/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 13:17:21 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Redirects]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/archives/apache/29</guid>
		<description><![CDATA[During the life of a website, its quite common for pages to move around or to &#8216;re-structure&#8217; your site&#8217;s files and folders. However, you can come across issues when people linking to your page go to their &#8216;stale&#8217; bookmark of your site, and find that page is missing &#8211; in fact, they&#8217;ll get a &#8216;404 [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/29/apache/301-page-redirects-using-php-and-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Block An Ip / host via .htaccess</title>
		<link>http://www.sys-admin.gr/10/apache/block-an-ip-host-via-htaccess/</link>
		<comments>http://www.sys-admin.gr/10/apache/block-an-ip-host-via-htaccess/#comments</comments>
		<pubDate>Mon, 21 May 2007 11:57:32 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[An]]></category>
		<category><![CDATA[Block]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[Ip]]></category>
		<category><![CDATA[via]]></category>

		<guid isPermaLink="false">http://sys-admin.gr/archives/apache/10</guid>
		<description><![CDATA[You can deny acccess to a vhost just by adding the following lines in a .htaccess file: order allow,deny deny from [ip address] or [isp_name.com] allow from all with [ip address] you will block a specifc ip, and using [isp_name.com] will block anyone coming from a specific ISP. To block access to any ip just [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/10/apache/block-an-ip-host-via-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lock a folder with .htaccess</title>
		<link>http://www.sys-admin.gr/6/apache/lock-folder-with-htaccess/</link>
		<comments>http://www.sys-admin.gr/6/apache/lock-folder-with-htaccess/#comments</comments>
		<pubDate>Sat, 28 Apr 2007 08:50:32 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[Lock]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[with]]></category>

		<guid isPermaLink="false">http://sys-admin.gr/archives/apache/6</guid>
		<description><![CDATA[To do this you have to create a username/password file, and a .htaccess 1)Inside the folder you want to lock (using ssh) run the command: htpasswd -c {.passfilename} {username} {pass} and press enter. {.passfilename} = the filename in which login/pass will be stored , its better to put an &#8220;.&#8221; to make it hidden {username} [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/6/apache/lock-folder-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

