<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: htaccess Tricks for Webmasters</title>
	<atom:link href="http://www.askapache.com/htaccess/htaccess-for-webmasters.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/htaccess-for-webmasters.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Tue, 18 Jun 2013 10:04:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fred</title>
		<link>http://www.askapache.com/htaccess/htaccess-for-webmasters.html#comment-2392</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Mon, 20 May 2013 06:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccess-for-webmasters.html#comment-2392</guid>
		<description><![CDATA[Is there a way to invoke the htaccess u/p prompt within HTML?  For example, instead of having a link to a password-protected page which, when clicked, pulls up the prompt for the username and password, is there a way to incorporate the prompt (the username and password fields) on the page where the link exists?  This would allow a person to provide clues as to the username and password, and the visitor would not need to write them down; he could simply fill in the username and password fields WHILE reading the clues, which would allow for some measure of security from automated spam bots.  In short, he would see the clues, fill in the fields and, let&#039;s say, click &quot;Enter&quot;.  The proper credentials would be immediately passed on, and the protected page (in the protected directory) would load without the additional step of a pop-up prompt.  Please advise.]]></description>
		<content:encoded><![CDATA[<p>Is there a way to invoke the htaccess u/p prompt within HTML?  For example, instead of having a link to a password-protected page which, when clicked, pulls up the prompt for the username and password, is there a way to incorporate the prompt (the username and password fields) on the page where the link exists?  This would allow a person to provide clues as to the username and password, and the visitor would not need to write them down; he could simply fill in the username and password fields WHILE reading the clues, which would allow for some measure of security from automated spam bots.  In short, he would see the clues, fill in the fields and, let's say, click "Enter".  The proper credentials would be immediately passed on, and the protected page (in the protected directory) would load without the additional step of a pop-up prompt.  Please advise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://www.askapache.com/htaccess/htaccess-for-webmasters.html#comment-373</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Mon, 20 May 2013 06:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccess-for-webmasters.html#comment-373</guid>
		<description><![CDATA[Is there a way to invoke the htaccess u/p prompt within HTML?  For example, instead of having a link to a password-protected page which, when clicked, pulls up the prompt for the username and password, is there a way to incorporate the prompt (the username and password fields) on the page where the link exists?  This would allow a person to provide clues as to the username and password, and the visitor would not need to write them down; he could simply fill in the username and password fields WHILE reading the clues, which would allow for some measure of security from automated spam bots.  In short, he would see the clues, fill in the fields and, let&#039;s say, click &quot;Enter&quot;.  The proper credentials would be immediately passed on, and the protected page (in the protected directory) would load without the additional step of a pop-up prompt.  Please advise.]]></description>
		<content:encoded><![CDATA[<p>Is there a way to invoke the htaccess u/p prompt within HTML?  For example, instead of having a link to a password-protected page which, when clicked, pulls up the prompt for the username and password, is there a way to incorporate the prompt (the username and password fields) on the page where the link exists?  This would allow a person to provide clues as to the username and password, and the visitor would not need to write them down; he could simply fill in the username and password fields WHILE reading the clues, which would allow for some measure of security from automated spam bots.  In short, he would see the clues, fill in the fields and, let's say, click "Enter".  The proper credentials would be immediately passed on, and the protected page (in the protected directory) would load without the additional step of a pop-up prompt.  Please advise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dabbler</title>
		<link>http://www.askapache.com/htaccess/htaccess-for-webmasters.html#comment-372</link>
		<dc:creator>Dabbler</dc:creator>
		<pubDate>Tue, 13 Nov 2012 19:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccess-for-webmasters.html#comment-372</guid>
		<description><![CDATA[&lt;p&gt;I&#039;m trying to do something that people will think is simple and unwise: a rewrite rule that tests if the &lt;code&gt;The_Request&lt;/code&gt; equals &lt;code&gt;HTTP_REFERER&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;But I think that these variables cannot be used as the Condition string.&lt;/p&gt;
&lt;p&gt;Is there another way to do it?&lt;/p&gt;]]></description>
		<content:encoded><![CDATA[<p>I'm trying to do something that people will think is simple and unwise: a rewrite rule that tests if the <code>The_Request</code> equals <code>HTTP_REFERER</code>.</p>
<p>But I think that these variables cannot be used as the Condition string.</p>
<p>Is there another way to do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armando</title>
		<link>http://www.askapache.com/htaccess/htaccess-for-webmasters.html#comment-371</link>
		<dc:creator>Armando</dc:creator>
		<pubDate>Fri, 09 Mar 2012 10:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccess-for-webmasters.html#comment-371</guid>
		<description><![CDATA[I&#039;m using WP Super Cache plugin to improve loading speed of the web and works well. But shows wrong characters for accents after performing the compression of the cached pages. I think you should change the htaccess to correct it but I&#039;m not sure how.]]></description>
		<content:encoded><![CDATA[<p>I'm using WP Super Cache plugin to improve loading speed of the web and works well. But shows wrong characters for accents after performing the compression of the cached pages. I think you should change the htaccess to correct it but I'm not sure how.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.askapache.com/htaccess/htaccess-for-webmasters.html#comment-370</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 24 Jul 2011 17:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccess-for-webmasters.html#comment-370</guid>
		<description><![CDATA[Hey this looks awesome.  thanks for providing all the difference scenarios1  will try to install Redirect Everyone but you to alternate page on your server..  thanks!]]></description>
		<content:encoded><![CDATA[<p>Hey this looks awesome.  thanks for providing all the difference scenarios1  will try to install Redirect Everyone but you to alternate page on your server..  thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.askapache.com/htaccess/htaccess-for-webmasters.html#comment-369</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 01 Nov 2009 14:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccess-for-webmasters.html#comment-369</guid>
		<description><![CDATA[Thanks for providing these! Some of the most powerful commands for webmasters ever. Great work.]]></description>
		<content:encoded><![CDATA[<p>Thanks for providing these! Some of the most powerful commands for webmasters ever. Great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bagesh Singh</title>
		<link>http://www.askapache.com/htaccess/htaccess-for-webmasters.html#comment-368</link>
		<dc:creator>Bagesh Singh</dc:creator>
		<pubDate>Fri, 23 Oct 2009 15:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccess-for-webmasters.html#comment-368</guid>
		<description><![CDATA[very nice code i also done these type of code but you did very well

good keep it up:)]]></description>
		<content:encoded><![CDATA[<p>very nice code i also done these type of code but you did very well</p>
<p>good keep it up:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: driver66</title>
		<link>http://www.askapache.com/htaccess/htaccess-for-webmasters.html#comment-367</link>
		<dc:creator>driver66</dc:creator>
		<pubDate>Fri, 23 Oct 2009 13:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccess-for-webmasters.html#comment-367</guid>
		<description><![CDATA[So, when are you going to publish this great info in a book for all us old school learners who can&#039;t seem to absorb information without a highlighter? ,]]></description>
		<content:encoded><![CDATA[<p>So, when are you going to publish this great info in a book for all us old school learners who can't seem to absorb information without a highlighter? ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Love peace life</title>
		<link>http://www.askapache.com/htaccess/htaccess-for-webmasters.html#comment-366</link>
		<dc:creator>Love peace life</dc:creator>
		<pubDate>Mon, 09 Feb 2009 09:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccess-for-webmasters.html#comment-366</guid>
		<description><![CDATA[Really one stop article for learning about &lt;code&gt;.htacess&lt;/code&gt;.
You should put complete &lt;strong&gt;.htaccess file content&lt;/strong&gt; as you explain rather than part of it. This will help immensely to users like us.
Thanks again.]]></description>
		<content:encoded><![CDATA[<p>Really one stop article for learning about <code>.htacess</code>.<br />
You should put complete <strong>.htaccess file content</strong> as you explain rather than part of it. This will help immensely to users like us.<br />
Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per Qvindesland</title>
		<link>http://www.askapache.com/htaccess/htaccess-for-webmasters.html#comment-365</link>
		<dc:creator>Per Qvindesland</dc:creator>
		<pubDate>Wed, 06 Aug 2008 10:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccess-for-webmasters.html#comment-365</guid>
		<description><![CDATA[Hello All,

Appologies but I am having a slight problem, I am hosting mirrors for some open sourge mirrors and I am about to start for the Apache project but there is some requirements that apache has that I have never done before and I really would like some input, I have put my .htaccess file on the document root outside the apache directory and the other mirror directories, apache wants to have the following in

&lt;pre&gt;IndexOptions FancyIndexing NameWidth=* FoldersFirst ScanHTMLTitles DescriptionWidth=*
HeaderName HEADER.html
ReadmeName README.html
AllowOverride FileInfo Indexes
Options Indexes SymLinksIfOwnerMatch&lt;/pre&gt;

but if i put this in and edit the path I get a 500 error, could you please tell me where I am going wrong?

Regards
Per Qvindesland]]></description>
		<content:encoded><![CDATA[<p>Hello All,</p>
<p>Appologies but I am having a slight problem, I am hosting mirrors for some open sourge mirrors and I am about to start for the Apache project but there is some requirements that apache has that I have never done before and I really would like some input, I have put my .htaccess file on the document root outside the apache directory and the other mirror directories, apache wants to have the following in</p>
<pre>IndexOptions FancyIndexing NameWidth=* FoldersFirst ScanHTMLTitles DescriptionWidth=*
HeaderName HEADER.html
ReadmeName README.html
AllowOverride FileInfo Indexes
Options Indexes SymLinksIfOwnerMatch</pre>
<p>but if i put this in and edit the path I get a 500 error, could you please tell me where I am going wrong?</p>
<p>Regards<br />
Per Qvindesland</p>
]]></content:encoded>
	</item>
</channel>
</rss>
