<?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>On-line журнал o Linux &#187; .htaccess</title>
	<atom:link href="http://www.linuxjournal.su/tag/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxjournal.su</link>
	<description>заметки по работе с GNU Linux Ubuntu Debian</description>
	<lastBuildDate>Wed, 26 Apr 2017 10:04:48 +0000</lastBuildDate>
	<language>ru-RU</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.17</generator>
	<item>
		<title>.htaccess и .htpasswd &#8212; защита доступа</title>
		<link>http://www.linuxjournal.su/htaccess-%d0%b8-htpasswd-%d0%b7%d0%b0%d1%89%d0%b8%d1%82%d0%b0-%d0%b4%d0%be%d1%81%d1%82%d1%83%d0%bf%d0%b0/</link>
		<comments>http://www.linuxjournal.su/htaccess-%d0%b8-htpasswd-%d0%b7%d0%b0%d1%89%d0%b8%d1%82%d0%b0-%d0%b4%d0%be%d1%81%d1%82%d1%83%d0%bf%d0%b0/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 18:00:33 +0000</pubDate>
		<dc:creator><![CDATA[ceval]]></dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[.htpasswd]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.linuxjournal.su/?p=272</guid>
		<description><![CDATA[Используем файлы <strong>.htaccess</strong> и <strong>.htpasswd</strong> и для установки пароля на доступ к определенным страницам или разделам вашего сайта.
Для начало создаем в нужном подкаталоге файл <strong>.htaccess</strong>, в который пишем следующее:
<code>AuthType Basic
AuthName "Access is Denied. Enter password"
AuthUserFile /path_to_file/.passwords
&#60;Limit GET POST&#62;
Require valid-user
&#60;/Limit&#62;
</code>]]></description>
		<wfw:commentRss>http://www.linuxjournal.su/htaccess-%d0%b8-htpasswd-%d0%b7%d0%b0%d1%89%d0%b8%d1%82%d0%b0-%d0%b4%d0%be%d1%81%d1%82%d1%83%d0%bf%d0%b0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
