<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sandeep Verma &#187; how to add password to site</title>
	<atom:link href="http://sandeepverma.wordpress.com/tag/how-to-add-password-to-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://sandeepverma.wordpress.com</link>
	<description>Think like the computer</description>
	<lastBuildDate>Wed, 10 Jun 2009 17:00:54 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='sandeepverma.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/3295b895e25d00fa99f1b0eab40aa08d?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Sandeep Verma &#187; how to add password to site</title>
		<link>http://sandeepverma.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sandeepverma.wordpress.com/osd.xml" title="Sandeep Verma" />
		<item>
		<title>How to create .htpasswd?</title>
		<link>http://sandeepverma.wordpress.com/2008/11/13/how-to-create-htpasswd/</link>
		<comments>http://sandeepverma.wordpress.com/2008/11/13/how-to-create-htpasswd/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 16:20:20 +0000</pubDate>
		<dc:creator>sandeepverma</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[how to add password to site]]></category>
		<category><![CDATA[How to create .htpasswd]]></category>
		<category><![CDATA[site authorization]]></category>
		<category><![CDATA[svlinux]]></category>

		<guid isPermaLink="false">http://sandeepverma.wordpress.com/?p=54</guid>
		<description><![CDATA[Create .htpasswd file from commandLine:
# htpasswd -c  /var/www/html/.htpasswd sandeep
New password:
Re-type new password:
Updating password for user sandeep
Add these lines to .htaccess file
## ALLOW ACCESS WITH PASSWORD OR NO PASSWORD FOR SPECIFIC IP/HOSTS ###
AuthType basic
AuthName “Ooops! Temporarily Under Construction…”
AuthUserFile /var/www/html/.htpasswd
AuthGroupFile /dev/null
Require valid-user # password prompt for everyone else
Order Deny,Allow
Deny from all
Allow from 192.168.64.5 # Your, the developers [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandeepverma.wordpress.com&blog=3071525&post=54&subd=sandeepverma&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Create .htpasswd file from commandLine:</p>
<p># htpasswd -c  /var/www/html/.htpasswd sandeep<br />
New password:<br />
Re-type new password:<br />
Updating password for user sandeep</p>
<p>Add these lines to .htaccess file</p>
<p>## ALLOW ACCESS WITH PASSWORD OR NO PASSWORD FOR SPECIFIC IP/HOSTS ###<br />
AuthType basic<br />
AuthName “Ooops! Temporarily Under Construction…”<br />
AuthUserFile /var/www/html/.htpasswd<br />
AuthGroupFile /dev/null<br />
Require valid-user # password prompt for everyone else<br />
Order Deny,Allow<br />
Deny from all<br />
Allow from 192.168.64.5 # Your, the developers IP address<br />
Allow from w3.org # css/xhtml check jigsaw.w3.org/css-validator/<br />
Allow from googlebot.com # Allows google to crawl your pages<br />
Satisfy Any # no password required if host/ip is Allowed</p>
<p>http://www.askapache.com/online-tools/htpasswd-generator/</p>
<p>http://www.php.net/manual/en/features.http-auth.php</p>
<p>http://corz.org/serv/tricks/htaccess.php</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sandeepverma.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sandeepverma.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sandeepverma.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sandeepverma.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sandeepverma.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sandeepverma.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sandeepverma.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sandeepverma.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sandeepverma.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sandeepverma.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandeepverma.wordpress.com&blog=3071525&post=54&subd=sandeepverma&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sandeepverma.wordpress.com/2008/11/13/how-to-create-htpasswd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1df9d7c8a7d9089eae3e26c25a53f07f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sandeepverma</media:title>
		</media:content>
	</item>
	</channel>
</rss>