<?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: How to bypass / omit the collections view in Plogger</title>
	<atom:link href="http://www.theblog.ca/plogger-collections/feed" rel="self" type="application/rss+xml" />
	<link>http://www.theblog.ca/plogger-collections</link>
	<description>Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:51:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Admin</title>
		<link>http://www.theblog.ca/plogger-collections/comment-page-1#comment-15334</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Thu, 03 Feb 2011 15:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/plogger-collections#comment-15334</guid>
		<description>worked for me as well, however PLogger had already created a few definitions in .htaccess. Mine looked like this after adding two lines from your example:

# BEGIN Plogger
&lt;IfModule mod_rewrite.c&gt;
RewriteEngine on
RewriteBase /pl
RewriteCond %{REQUEST_URI} !(\.&#124;/$)
RewriteRule ^.*$ http://www.mysite.com%{REQUEST_URI}/ [R=301,L]
RewriteCond %{HTTP_HOST} !^www [NC]
RewriteRule ^(.*)$ http://www.mysite.com/pl/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^.*$ - [S=2]
RewriteRule feed/$ plog-rss.php?path=%{REQUEST_URI} [L]
RewriteRule ^.*$ index.php?path=%{REQUEST_URI} [L]
# Only URLs without a query string (an example of a query string is &quot;?album=1&quot;) will be rewritten
RewriteCond %{QUERY_STRING} ^$
# Rewrite all root directory requests to the album view
RewriteRule !(.+)$ http://www.mysite.com/?level=collection&amp;id=1 [L]
&lt;/IfModule&gt;
# END Plogger</description>
		<content:encoded><![CDATA[<p>worked for me as well, however PLogger had already created a few definitions in .htaccess. Mine looked like this after adding two lines from your example:</p>
<p># BEGIN Plogger<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine on<br />
RewriteBase /pl<br />
RewriteCond %{REQUEST_URI} !(\.|/$)<br />
RewriteRule ^.*$ http://www.mysite.com%{REQUEST_URI}/ [R=301,L]<br />
RewriteCond %{HTTP_HOST} !^www [NC]<br />
RewriteRule ^(.*)$ http://www.mysite.com/pl/$1 [R=301,L]<br />
RewriteCond %{REQUEST_FILENAME} -d [OR]<br />
RewriteCond %{REQUEST_FILENAME} -f<br />
RewriteRule ^.*$ &#8211; [S=2]<br />
RewriteRule feed/$ plog-rss.php?path=%{REQUEST_URI} [L]<br />
RewriteRule ^.*$ index.php?path=%{REQUEST_URI} [L]<br />
# Only URLs without a query string (an example of a query string is &quot;?album=1&quot;) will be rewritten<br />
RewriteCond %{QUERY_STRING} ^$<br />
# Rewrite all root directory requests to the album view<br />
RewriteRule !(.+)$ http://www.mysite.com/?level=collection&amp;id=1 [L]<br />
&lt;/IfModule&gt;<br />
# END Plogger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kratos</title>
		<link>http://www.theblog.ca/plogger-collections/comment-page-1#comment-10873</link>
		<dc:creator>Kratos</dc:creator>
		<pubDate>Sun, 12 Apr 2009 15:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/plogger-collections#comment-10873</guid>
		<description>Thanks mate, works perfectly.</description>
		<content:encoded><![CDATA[<p>Thanks mate, works perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j.haglund</title>
		<link>http://www.theblog.ca/plogger-collections/comment-page-1#comment-8796</link>
		<dc:creator>j.haglund</dc:creator>
		<pubDate>Tue, 26 Feb 2008 23:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/plogger-collections#comment-8796</guid>
		<description>awesome, just what i was looking for! thanks!</description>
		<content:encoded><![CDATA[<p>awesome, just what i was looking for! thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

