<?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: LiteSpeed Thoughts</title>
	<atom:link href="http://blog.hawkhost.com/2009/01/08/litespeed-thoughts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hawkhost.com/2009/01/08/litespeed-thoughts/</link>
	<description>All things Hawk Host</description>
	<lastBuildDate>Tue, 02 Mar 2010 02:58:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tony</title>
		<link>http://blog.hawkhost.com/2009/01/08/litespeed-thoughts/comment-page-1/#comment-634</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 14 Jan 2009 04:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkhost.com/blog/?p=260#comment-634</guid>
		<description>I believe the issue is actually the /index.php?category=$1 [L].  I don&#039;t think you need the /

I&#039;m not 100% positive though as I haven&#039;t tested the rule set myself.</description>
		<content:encoded><![CDATA[<p>I believe the issue is actually the /index.php?category=$1 [L].  I don&#8217;t think you need the /</p>
<p>I&#8217;m not 100% positive though as I haven&#8217;t tested the rule set myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt J.</title>
		<link>http://blog.hawkhost.com/2009/01/08/litespeed-thoughts/comment-page-1/#comment-633</link>
		<dc:creator>Matt J.</dc:creator>
		<pubDate>Mon, 12 Jan 2009 22:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkhost.com/blog/?p=260#comment-633</guid>
		<description>Thanks Tony, I just fixed it...  it&#039;s a subdomain issue... needs the full path, I changed the last rewrite rule from
 
RewriteRule ^(.*)$ /index.php?category=$1 [L]

to

RewriteRule ^(.*)$ http://subdomain.example.com/index.php?category=$1 [L]

Now it works fine.

Cheers,
Matt</description>
		<content:encoded><![CDATA[<p>Thanks Tony, I just fixed it&#8230;  it&#8217;s a subdomain issue&#8230; needs the full path, I changed the last rewrite rule from</p>
<p>RewriteRule ^(.*)$ /index.php?category=$1 [L]</p>
<p>to</p>
<p>RewriteRule ^(.*)$ <a href="http://subdomain.example.com/index.php?category=$1" rel="nofollow">http://subdomain.example.com/index.php?category=$1</a> [L]</p>
<p>Now it works fine.</p>
<p>Cheers,<br />
Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://blog.hawkhost.com/2009/01/08/litespeed-thoughts/comment-page-1/#comment-631</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Mon, 12 Jan 2009 17:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkhost.com/blog/?p=260#comment-631</guid>
		<description>They should work fine.  The only thing I&#039;ve noticed is some users are putting part of the htpasswd rules above some rewrites and some of it below.  This was causing problems for some users until they put it all in the same block.</description>
		<content:encoded><![CDATA[<p>They should work fine.  The only thing I&#8217;ve noticed is some users are putting part of the htpasswd rules above some rewrites and some of it below.  This was causing problems for some users until they put it all in the same block.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt J.</title>
		<link>http://blog.hawkhost.com/2009/01/08/litespeed-thoughts/comment-page-1/#comment-630</link>
		<dc:creator>Matt J.</dc:creator>
		<pubDate>Mon, 12 Jan 2009 13:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkhost.com/blog/?p=260#comment-630</guid>
		<description>Is there an issue with using .htpasswd rules and URI rewrite rules together with .htaccess, ever since the switch to Litespeed when I put my folder restrictions in my .htaccess  it doesn&#039;t perform any authentication, it just throws a 404.

I use a single index.php, so I just put my rules inside that instead and I&#039;m done, but I&#039;m wondering if this is a known issue and if there is a work-around.</description>
		<content:encoded><![CDATA[<p>Is there an issue with using .htpasswd rules and URI rewrite rules together with .htaccess, ever since the switch to Litespeed when I put my folder restrictions in my .htaccess  it doesn&#8217;t perform any authentication, it just throws a 404.</p>
<p>I use a single index.php, so I just put my rules inside that instead and I&#8217;m done, but I&#8217;m wondering if this is a known issue and if there is a work-around.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
