<?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"
	>
<channel>
	<title>Comments on: Selective hotlinking prevention through .htaccess</title>
	<atom:link href="http://underscorebleach.net/jotsheet/2004/06/htaccess-prevent-hotlinking/feed" rel="self" type="application/rss+xml" />
	<link>http://underscorebleach.net/jotsheet/2004/06/htaccess-prevent-hotlinking</link>
	<description>I'm pretty good at wasting your time.  By Tom Sherman.</description>
	<pubDate>Fri, 12 Mar 2010 04:04:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Michello</title>
		<link>http://underscorebleach.net/jotsheet/2004/06/htaccess-prevent-hotlinking#comment-318271</link>
		<dc:creator>Michello</dc:creator>
		<pubDate>Tue, 17 Jun 2008 19:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=97#comment-318271</guid>
		<description>Thanks! It works perfect.</description>
		<content:encoded><![CDATA[<p>Thanks! It works perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dixy-dl</title>
		<link>http://underscorebleach.net/jotsheet/2004/06/htaccess-prevent-hotlinking#comment-317063</link>
		<dc:creator>Dixy-dl</dc:creator>
		<pubDate>Fri, 28 Dec 2007 23:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=97#comment-317063</guid>
		<description>&lt;a href="http://index1.bubify.com" rel="nofollow"&gt;chipawhoo boots&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://index1.bubify.com" rel="nofollow">chipawhoo boots</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nanobat</title>
		<link>http://underscorebleach.net/jotsheet/2004/06/htaccess-prevent-hotlinking#comment-300162</link>
		<dc:creator>nanobat</dc:creator>
		<pubDate>Tue, 09 Oct 2007 10:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=97#comment-300162</guid>
		<description>@MusicMan, Tom Sherman, Eppo, etc.

If Windows Media Player (or its embedded plugin) is requesting the file and NOT the browser itself, then you can't use this method of protection because the HTTP Referer field will always be blank.

If you merely want to offer these files for download-only (so the browser doesn't pass the request on to WMP, or any other an external application), you can tell the browser to treat this file as an attachment by adjusting the 'content disposition' for WMV files on your web server.  This will make referer protection work as effectively as it does for images, but it means your viewers will have to download the video files before viewing them.

If that doesn't meet your requirements, you can take one of several other approaches.

There are third party Apache modules available that attack this problem.  I know of two: AHL and ConvertVP.  I've had limited experience with AHL and it works however it doesn't scale beyond 1 server.  I've had no experience with ConvertVP because it only works for Apache 1.3.

The theory behind AHL is quite simple:

All requests for protected video files are denied unless the client's IP is whitelisted.

The webmaster designates a dummy CSS file to be used as a "permission slip" and when hit, the client's IP is whitelisted.

The whitelist period is defined by the webmaster (e.g. 30 minutes).

The webmaster includes the CSS file on his page so when the client visits, their browser hits it and their permission slip is granted.

That's pretty much it.

To stop others from simply hotlinking your CSS file, you can use the same HTTP Referer method of protection you're using for images.

Also, if one AOL proxy IP is whitelisted, they're all whitelisted because AOL users rarely go through the same proxy from hit to hit.

There are other approaches to solving this problem but this one is quite simple and effective.</description>
		<content:encoded><![CDATA[<p>@MusicMan, Tom Sherman, Eppo, etc.</p>
<p>If Windows Media Player (or its embedded plugin) is requesting the file and NOT the browser itself, then you can&#8217;t use this method of protection because the HTTP Referer field will always be blank.</p>
<p>If you merely want to offer these files for download-only (so the browser doesn&#8217;t pass the request on to WMP, or any other an external application), you can tell the browser to treat this file as an attachment by adjusting the &#8216;content disposition&#8217; for WMV files on your web server.  This will make referer protection work as effectively as it does for images, but it means your viewers will have to download the video files before viewing them.</p>
<p>If that doesn&#8217;t meet your requirements, you can take one of several other approaches.</p>
<p>There are third party Apache modules available that attack this problem.  I know of two: AHL and ConvertVP.  I&#8217;ve had limited experience with AHL and it works however it doesn&#8217;t scale beyond 1 server.  I&#8217;ve had no experience with ConvertVP because it only works for Apache 1.3.</p>
<p>The theory behind AHL is quite simple:</p>
<p>All requests for protected video files are denied unless the client&#8217;s IP is whitelisted.</p>
<p>The webmaster designates a dummy CSS file to be used as a &#8220;permission slip&#8221; and when hit, the client&#8217;s IP is whitelisted.</p>
<p>The whitelist period is defined by the webmaster (e.g. 30 minutes).</p>
<p>The webmaster includes the CSS file on his page so when the client visits, their browser hits it and their permission slip is granted.</p>
<p>That&#8217;s pretty much it.</p>
<p>To stop others from simply hotlinking your CSS file, you can use the same HTTP Referer method of protection you&#8217;re using for images.</p>
<p>Also, if one AOL proxy IP is whitelisted, they&#8217;re all whitelisted because AOL users rarely go through the same proxy from hit to hit.</p>
<p>There are other approaches to solving this problem but this one is quite simple and effective.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario B</title>
		<link>http://underscorebleach.net/jotsheet/2004/06/htaccess-prevent-hotlinking#comment-284080</link>
		<dc:creator>Mario B</dc:creator>
		<pubDate>Tue, 25 Sep 2007 01:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=97#comment-284080</guid>
		<description>I want to redirect the address
Ej I have my page www.primary.com
and i have second domain in same place.

www.second.com in sudirectory lrbmx i have a index.html

how redirect my second domain in www.primary.com
 

this is my htaccess
RewriteEngine on
RewriteCond %{HTTP_HOST} second.com$ [NC]
RewriteRule ^(.*)$ http:\\www.primary.com\lrbmx\$1 [R]


and the respond
500 Internal Server Error</description>
		<content:encoded><![CDATA[<p>I want to redirect the address<br />
Ej I have my page <a href="http://www.primary.com" rel="nofollow">http://www.primary.com</a><br />
and i have second domain in same place.</p>
<p><a href="http://www.second.com" rel="nofollow">http://www.second.com</a> in sudirectory lrbmx i have a index.html</p>
<p>how redirect my second domain in <a href="http://www.primary.com" rel="nofollow">http://www.primary.com</a></p>
<p>this is my htaccess<br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} second.com$ [NC]<br />
RewriteRule ^(.*)$ http:\\www.primary.com\lrbmx\$1 [R]</p>
<p>and the respond<br />
500 Internal Server Error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gulam Mustafa</title>
		<link>http://underscorebleach.net/jotsheet/2004/06/htaccess-prevent-hotlinking#comment-98915</link>
		<dc:creator>Gulam Mustafa</dc:creator>
		<pubDate>Thu, 01 Mar 2007 11:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=97#comment-98915</guid>
		<description>Hi,
I want a .htaccess file which can only allow  .css and .js fie for rest it should redirect to home page</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I want a .htaccess file which can only allow  .css and .js fie for rest it should redirect to home page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Sherman</title>
		<link>http://underscorebleach.net/jotsheet/2004/06/htaccess-prevent-hotlinking#comment-88329</link>
		<dc:creator>Tom Sherman</dc:creator>
		<pubDate>Tue, 13 Feb 2007 16:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=97#comment-88329</guid>
		<description>What doesn't work?  People can still hotlink?  Try wannabrowser.com to test.</description>
		<content:encoded><![CDATA[<p>What doesn&#8217;t work?  People can still hotlink?  Try wannabrowser.com to test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eppo</title>
		<link>http://underscorebleach.net/jotsheet/2004/06/htaccess-prevent-hotlinking#comment-88216</link>
		<dc:creator>Eppo</dc:creator>
		<pubDate>Tue, 13 Feb 2007 10:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=97#comment-88216</guid>
		<description>This doesnt work for me..

Someone else?

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://([-a-z0-9]+\.)?yourwebsite\.com [NC]
RewriteRule \.(wmv&#124;flv)$ - [F,NC,L]</description>
		<content:encoded><![CDATA[<p>This doesnt work for me..</p>
<p>Someone else?</p>
<p>RewriteEngine on<br />
RewriteCond %{HTTP_REFERER} !^http://([-a-z0-9]+\.)?yourwebsite\.com [NC]<br />
RewriteRule \.(wmv|flv)$ - [F,NC,L]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MusicMan</title>
		<link>http://underscorebleach.net/jotsheet/2004/06/htaccess-prevent-hotlinking#comment-65068</link>
		<dc:creator>MusicMan</dc:creator>
		<pubDate>Fri, 12 Jan 2007 15:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=97#comment-65068</guid>
		<description>Hi Tom,
Thanks for the suggestion and prompt reply.  I will give it a college try and see if
this can work for me and I will report back.
All the best for 2007,
MusicMan</description>
		<content:encoded><![CDATA[<p>Hi Tom,<br />
Thanks for the suggestion and prompt reply.  I will give it a college try and see if<br />
this can work for me and I will report back.<br />
All the best for 2007,<br />
MusicMan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Sherman</title>
		<link>http://underscorebleach.net/jotsheet/2004/06/htaccess-prevent-hotlinking#comment-64888</link>
		<dc:creator>Tom Sherman</dc:creator>
		<pubDate>Fri, 12 Jan 2007 07:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=97#comment-64888</guid>
		<description>MusicMan: Put this in a .htaccess file where you movies are:

&lt;blockquote&gt;RewriteEngine    on
RewriteCond    %{HTTP_REFERER} !^http://([-a-z0-9]+\.)?yourwebsite\.com [NC]
RewriteRule    \.(wmv&#124;flv)$ - [F,NC,L]&lt;/blockquote&gt;

Changing "yourwebsite" above, of course.  Also, watch the linebreak... there are 3 lines of code, not 4.</description>
		<content:encoded><![CDATA[<p>MusicMan: Put this in a .htaccess file where you movies are:</p>
<blockquote><p>RewriteEngine    on<br />
RewriteCond    %{HTTP_REFERER} !^http://([-a-z0-9]+\.)?yourwebsite\.com [NC]<br />
RewriteRule    \.(wmv|flv)$ - [F,NC,L]</p></blockquote>
<p>Changing &#8220;yourwebsite&#8221; above, of course.  Also, watch the linebreak&#8230; there are 3 lines of code, not 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MusicMan</title>
		<link>http://underscorebleach.net/jotsheet/2004/06/htaccess-prevent-hotlinking#comment-64731</link>
		<dc:creator>MusicMan</dc:creator>
		<pubDate>Fri, 12 Jan 2007 04:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=97#comment-64731</guid>
		<description>Hi Tom,
Thanks for an excellant resource addressing a problem Ive been working on for quite a while.
Not to be redundantredundant.....
but will the coding suggestions offered above on this blog answer my question or is there additional tweeking needed.
thanks in advance and here is my question.   MusicMan
I have a wmv and flv files that are large
150mb in size. I wish to prevent hotlinking and anyone accessing thru direct URL or framing etc etc.  
My goal is to allow the wmv &#38; flv files to load only from within my own site.   My bandwidth is costly enough without others having access.  I do not wish to have viewers enter passwords etc. to access.
I wish visitors to load video from within my site, thats ok, but any other way to access will be thwarted is my goal.  my htaccess coding works preventing hotlinking but not direct url addy access, they can still access.   Kudos given if you can help me reach my goal.
Recap:
....no hotlinking
....no framing access
....no direct url entry
Yes from only within my site with no passwords.  
Keep up the great work!
MusicMan
ok to reply with email on file as sometimes Im unable to surf often.MM</description>
		<content:encoded><![CDATA[<p>Hi Tom,<br />
Thanks for an excellant resource addressing a problem Ive been working on for quite a while.<br />
Not to be redundantredundant&#8230;..<br />
but will the coding suggestions offered above on this blog answer my question or is there additional tweeking needed.<br />
thanks in advance and here is my question.   MusicMan<br />
I have a wmv and flv files that are large<br />
150mb in size. I wish to prevent hotlinking and anyone accessing thru direct URL or framing etc etc.<br />
My goal is to allow the wmv &amp; flv files to load only from within my own site.   My bandwidth is costly enough without others having access.  I do not wish to have viewers enter passwords etc. to access.<br />
I wish visitors to load video from within my site, thats ok, but any other way to access will be thwarted is my goal.  my htaccess coding works preventing hotlinking but not direct url addy access, they can still access.   Kudos given if you can help me reach my goal.<br />
Recap:<br />
&#8230;.no hotlinking<br />
&#8230;.no framing access<br />
&#8230;.no direct url entry<br />
Yes from only within my site with no passwords.<br />
Keep up the great work!<br />
MusicMan<br />
ok to reply with email on file as sometimes Im unable to surf often.MM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apache Dude</title>
		<link>http://underscorebleach.net/jotsheet/2004/06/htaccess-prevent-hotlinking#comment-61794</link>
		<dc:creator>Apache Dude</dc:creator>
		<pubDate>Mon, 08 Jan 2007 12:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=97#comment-61794</guid>
		<description>Great overall article!  Kinda short tho, im going to check out your updated article mentioned above right now..  You may find these links interesting. 
&lt;a href="http://www.askapache.com/2006/htaccess/htaccesselite-ultimate-htaccess-article.html" rel="nofollow"&gt;code snippets&lt;/a&gt; and &lt;a href="http://www.askapache.com/2006/htaccess/apache-ssl-in-htaccess-examples.html" rel="nofollow"&gt;SSL usage in .htaccess&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Great overall article!  Kinda short tho, im going to check out your updated article mentioned above right now..  You may find these links interesting.<br />
<a href="http://www.askapache.com/2006/htaccess/htaccesselite-ultimate-htaccess-article.html" rel="nofollow">code snippets</a> and <a href="http://www.askapache.com/2006/htaccess/apache-ssl-in-htaccess-examples.html" rel="nofollow">SSL usage in .htaccess</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://underscorebleach.net/jotsheet/2004/06/htaccess-prevent-hotlinking#comment-35940</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Sun, 03 Dec 2006 02:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=97#comment-35940</guid>
		<description>Dear Tom,

Thank you again...

I decided to test a few lines of my own code, after I wrote the last reply, and I found that I could use this line of code in your .htaccess file:

ErrorDocument 403 http://www.someWebSite.com/HTMLPages/ErrorPages/youHaveAProblemPage_error404.html

where an error 403 page is redirected to a 404 error page of my own creation.  I also decided to include a simple Java countdown script from ten to zero within the 404 error page, to give the user a chance to read what the error page meant.  When the countdown reaches zero, the user is automatically redirected to my home page. I also decided to place a simple "go there now" button at the bottom of the page, for the impatient users, to get back to the home page too. :)

I will give your code a good review.

Again thank you for your time, since I did not expect any information at all, from anyone. Your solution is outstanding to say the least...

jim k</description>
		<content:encoded><![CDATA[<p>Dear Tom,</p>
<p>Thank you again&#8230;</p>
<p>I decided to test a few lines of my own code, after I wrote the last reply, and I found that I could use this line of code in your .htaccess file:</p>
<p>ErrorDocument 403 <a href="http://www.someWebSite.com/HTMLPages/ErrorPages/youHaveAProblemPage_error404.html" rel="nofollow">http://www.someWebSite.com/HTMLPages/ErrorPages/youHaveAProblemPage_error404.html</a></p>
<p>where an error 403 page is redirected to a 404 error page of my own creation.  I also decided to include a simple Java countdown script from ten to zero within the 404 error page, to give the user a chance to read what the error page meant.  When the countdown reaches zero, the user is automatically redirected to my home page. I also decided to place a simple &#8220;go there now&#8221; button at the bottom of the page, for the impatient users, to get back to the home page too. :)</p>
<p>I will give your code a good review.</p>
<p>Again thank you for your time, since I did not expect any information at all, from anyone. Your solution is outstanding to say the least&#8230;</p>
<p>jim k</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Sherman</title>
		<link>http://underscorebleach.net/jotsheet/2004/06/htaccess-prevent-hotlinking#comment-33859</link>
		<dc:creator>Tom Sherman</dc:creator>
		<pubDate>Wed, 29 Nov 2006 18:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=97#comment-33859</guid>
		<description>Here's a tricky little thing I just thought of!

Instead of giving a 403 FORBIDDEN, you can &lt;em&gt;fake a 404 document&lt;/em&gt;.  Not only does it &lt;em&gt;look&lt;/em&gt; like a 404, it returns the 404 HTTP response code, too.  It's essentially indistinguishable from a truly "not found" document.

Save the following as "fake404.php" in the root level of your website:

&lt;blockquote&gt;&#60;?php 
header("HTTP/1.0 404 Not Found"); 
?&#62;
&#60;!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"&#62;
&#60;html&#62;&#60;head&#62;
&#60;title&#62;404 Not Found&#60;/title&#62;
&#60;/head&#62;&#60;body&#62;
&#60;h1&#62;Not Found&#60;/h1&#62;
&#60;p&#62;The requested URL /&#60;?php 
if ($_SERVER['QUERY_STRING']) :
  echo $_SERVER['QUERY_STRING']; 
endif;
?&#62; was not found on this server.&#60;/p&#62;
&#60;p&#62;Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.&#60;/p&#62;
&#60;/body&#62;&#60;/html&#62;&lt;/blockquote&gt;

Here's the htaccess:

&lt;blockquote&gt;# Disable directory indexes
Options -Indexes

# Require images to be linked to or embedded from my site
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://([-a-z0-9]+\.)?someWebSite\.com [NC]
RewriteRule ^(.*)\.(gif&#124;jpe?g&#124;png)$ /fake404.php?$1.$2 [NC,L]&lt;/blockquote&gt;

Watch the linebreaks on the htaccess...</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a tricky little thing I just thought of!</p>
<p>Instead of giving a 403 FORBIDDEN, you can <em>fake a 404 document</em>.  Not only does it <em>look</em> like a 404, it returns the 404 HTTP response code, too.  It&#8217;s essentially indistinguishable from a truly &#8220;not found&#8221; document.</p>
<p>Save the following as &#8220;fake404.php&#8221; in the root level of your website:</p>
<blockquote><p>&lt;?php<br />
header(&#8221;HTTP/1.0 404 Not Found&#8221;);<br />
?&gt;<br />
&lt;!DOCTYPE HTML PUBLIC &#8220;-//IETF//DTD HTML 2.0//EN&#8221;&gt;<br />
&lt;html&gt;&lt;head&gt;<br />
&lt;title&gt;404 Not Found&lt;/title&gt;<br />
&lt;/head&gt;&lt;body&gt;<br />
&lt;h1&gt;Not Found&lt;/h1&gt;<br />
&lt;p&gt;The requested URL /&lt;?php<br />
if ($_SERVER['QUERY_STRING']) :<br />
  echo $_SERVER['QUERY_STRING'];<br />
endif;<br />
?&gt; was not found on this server.&lt;/p&gt;<br />
&lt;p&gt;Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.&lt;/p&gt;<br />
&lt;/body&gt;&lt;/html&gt;</p></blockquote>
<p>Here&#8217;s the htaccess:</p>
<blockquote><p># Disable directory indexes<br />
Options -Indexes</p>
<p># Require images to be linked to or embedded from my site<br />
RewriteEngine on<br />
RewriteCond %{HTTP_REFERER} !^http://([-a-z0-9]+\.)?someWebSite\.com [NC]<br />
RewriteRule ^(.*)\.(gif|jpe?g|png)$ /fake404.php?$1.$2 [NC,L]</p></blockquote>
<p>Watch the linebreaks on the htaccess&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://underscorebleach.net/jotsheet/2004/06/htaccess-prevent-hotlinking#comment-33637</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Wed, 29 Nov 2006 06:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=97#comment-33637</guid>
		<description>Dear Tom,

Thank you kind sir...

It works as advertised.  That said, I see your code will generate a 403 error, so maybe I need to address this with a different error code message, which in turn generates a 404 error, because I do not have these error pages set up to respond properly.

I really do not wish to let the data miner know he is only a few inches from pay dirt.  So if I have a different error message appear, instead of "you do not have permission to access this file," maybe it should read "Bad request," or "Document not found."

Good idea, or bad idea?

As a side note, my own Cocoa data miner application gets sent home. :)

Thank you again

jim k</description>
		<content:encoded><![CDATA[<p>Dear Tom,</p>
<p>Thank you kind sir&#8230;</p>
<p>It works as advertised.  That said, I see your code will generate a 403 error, so maybe I need to address this with a different error code message, which in turn generates a 404 error, because I do not have these error pages set up to respond properly.</p>
<p>I really do not wish to let the data miner know he is only a few inches from pay dirt.  So if I have a different error message appear, instead of &#8220;you do not have permission to access this file,&#8221; maybe it should read &#8220;Bad request,&#8221; or &#8220;Document not found.&#8221;</p>
<p>Good idea, or bad idea?</p>
<p>As a side note, my own Cocoa data miner application gets sent home. :)</p>
<p>Thank you again</p>
<p>jim k</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://underscorebleach.net/jotsheet/2004/06/htaccess-prevent-hotlinking#comment-33625</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Wed, 29 Nov 2006 05:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=97#comment-33625</guid>
		<description>Dear Tom,

Thank you for your very quick reply...

I will work on this suggestion tonight and  tell you how it went, possibly sometime tomorrow.  I have a new website with a new host, and it seems that I also have a new version of cPanel, where many .htaccess commands are initiated from this panel. I notice that this new cPanel places several .htaccess files into folders (directories) I wish to protect, and the automatically links these "sub" .htaccess files back to the main .htaccess, compared to simply writing my own.

That said, I do realize most of this exercise might be very futile, and I appreciate your feedback, and more so, your help.

I will contact you shortly...

Thank you again,

jim k</description>
		<content:encoded><![CDATA[<p>Dear Tom,</p>
<p>Thank you for your very quick reply&#8230;</p>
<p>I will work on this suggestion tonight and  tell you how it went, possibly sometime tomorrow.  I have a new website with a new host, and it seems that I also have a new version of cPanel, where many .htaccess commands are initiated from this panel. I notice that this new cPanel places several .htaccess files into folders (directories) I wish to protect, and the automatically links these &#8220;sub&#8221; .htaccess files back to the main .htaccess, compared to simply writing my own.</p>
<p>That said, I do realize most of this exercise might be very futile, and I appreciate your feedback, and more so, your help.</p>
<p>I will contact you shortly&#8230;</p>
<p>Thank you again,</p>
<p>jim k</p>
]]></content:encoded>
	</item>
</channel>
</rss>
