<?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: It has been tight week</title>
	<atom:link href="http://www.wahlau.net/2007/09/21/it-has-been-tight-week/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wahlau.net/2007/09/21/it-has-been-tight-week/</link>
	<description>Funny Junk, Funky Junk, Gadgets, Funny Videos and Hilarious Pictures</description>
	<lastBuildDate>Wed, 21 Dec 2011 10:33:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 8dee</title>
		<link>http://www.wahlau.net/2007/09/21/it-has-been-tight-week/comment-page-1/#comment-18528</link>
		<dc:creator>8dee</dc:creator>
		<pubDate>Fri, 21 Sep 2007 14:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.wahlau.net/2007/09/21/it-has-been-tight-week/#comment-18528</guid>
		<description>Azmeen: Hey, It works, it is weird, I tried to refresh after I have installed the code, but it did not work at that time. Now it does. I think because of cache. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Azmeen: Hey, It works, it is weird, I tried to refresh after I have installed the code, but it did not work at that time. Now it does. I think because of cache. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azmeen</title>
		<link>http://www.wahlau.net/2007/09/21/it-has-been-tight-week/comment-page-1/#comment-18519</link>
		<dc:creator>Azmeen</dc:creator>
		<pubDate>Fri, 21 Sep 2007 11:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.wahlau.net/2007/09/21/it-has-been-tight-week/#comment-18519</guid>
		<description>REQUEST_URI is the particular file being requested and it&#039;s handled here:
&lt;code&gt;RewriteCond %{REQUEST_URI} ^/detail.php$&lt;/code&gt;
This condition states that if the requested file is http://&lt;em&gt;yourhost&lt;/em&gt;/detail.php, then...

The ?siteid=blabla portion is called a query string and is handled by this line:
&lt;code&gt;RewriteCond %{QUERY_STRING} ^siteid=([0-9]+)$&lt;/code&gt;
The condition that&#039;s applied here is: If a querystring called &lt;b&gt;siteid&lt;/b&gt; who&#039;s value consists of only numbers is called, then...

This line glues it all together:
&lt;code&gt;RewriteRule . /classifieds/detail.php?id=%1 [R=301,L]&lt;/code&gt;
The %1 portion is the regex match that is called earlier from the siteid condition, ie the &lt;b&gt;([0-9]+)&lt;/b&gt; bit. So basically, it says transfer all requests for http://&lt;em&gt;yourhost&lt;/em&gt;/detail.php?siteid=123 to http://&lt;em&gt;yourhost&lt;/em&gt;/classified/detail.php?id=123

Have you checked your server logs, any errors?</description>
		<content:encoded><![CDATA[<p>REQUEST_URI is the particular file being requested and it&#8217;s handled here:<br />
<code>RewriteCond %{REQUEST_URI} ^/detail.php$</code><br />
This condition states that if the requested file is http://<em>yourhost</em>/detail.php, then&#8230;</p>
<p>The ?siteid=blabla portion is called a query string and is handled by this line:<br />
<code>RewriteCond %{QUERY_STRING} ^siteid=([0-9]+)$</code><br />
The condition that&#8217;s applied here is: If a querystring called <b>siteid</b> who&#8217;s value consists of only numbers is called, then&#8230;</p>
<p>This line glues it all together:<br />
<code>RewriteRule . /classifieds/detail.php?id=%1 [R=301,L]</code><br />
The %1 portion is the regex match that is called earlier from the siteid condition, ie the <b>([0-9]+)</b> bit. So basically, it says transfer all requests for http://<em>yourhost</em>/detail.php?siteid=123 to http://<em>yourhost</em>/classified/detail.php?id=123</p>
<p>Have you checked your server logs, any errors?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 8dee</title>
		<link>http://www.wahlau.net/2007/09/21/it-has-been-tight-week/comment-page-1/#comment-18517</link>
		<dc:creator>8dee</dc:creator>
		<pubDate>Fri, 21 Sep 2007 10:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.wahlau.net/2007/09/21/it-has-been-tight-week/#comment-18517</guid>
		<description>It doesn&#039;t work

RewriteCond %{REQUEST_URI} ^/detail.php$ 

do I need to add something behind as there is ?siteid=xxxx

man..i am reading this htaccess for the whole day yesterday and also half of today...I still don&#039;t understand</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work</p>
<p>RewriteCond %{REQUEST_URI} ^/detail.php$ </p>
<p>do I need to add something behind as there is ?siteid=xxxx</p>
<p>man..i am reading this htaccess for the whole day yesterday and also half of today&#8230;I still don&#8217;t understand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 8dee</title>
		<link>http://www.wahlau.net/2007/09/21/it-has-been-tight-week/comment-page-1/#comment-18516</link>
		<dc:creator>8dee</dc:creator>
		<pubDate>Fri, 21 Sep 2007 09:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.wahlau.net/2007/09/21/it-has-been-tight-week/#comment-18516</guid>
		<description>Ajax is disabled, this is the first time I have encounter this problem, I thought it is better to have it because the page does not need to be reloaded each time someone commented</description>
		<content:encoded><![CDATA[<p>Ajax is disabled, this is the first time I have encounter this problem, I thought it is better to have it because the page does not need to be reloaded each time someone commented</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 8dee</title>
		<link>http://www.wahlau.net/2007/09/21/it-has-been-tight-week/comment-page-1/#comment-18515</link>
		<dc:creator>8dee</dc:creator>
		<pubDate>Fri, 21 Sep 2007 09:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wahlau.net/2007/09/21/it-has-been-tight-week/#comment-18515</guid>
		<description>Thanks, I will give it a try immediately</description>
		<content:encoded><![CDATA[<p>Thanks, I will give it a try immediately</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azmeen</title>
		<link>http://www.wahlau.net/2007/09/21/it-has-been-tight-week/comment-page-1/#comment-18514</link>
		<dc:creator>Azmeen</dc:creator>
		<pubDate>Fri, 21 Sep 2007 08:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.wahlau.net/2007/09/21/it-has-been-tight-week/#comment-18514</guid>
		<description>I give up, just put the plus sign after &lt;b&gt;9]&lt;/b&gt; and before &lt;b&gt;)$&lt;/b&gt;

You really ought to fix this AJAX comment, or perhaps not use it at all :)</description>
		<content:encoded><![CDATA[<p>I give up, just put the plus sign after <b>9]</b> and before <b>)$</b></p>
<p>You really ought to fix this AJAX comment, or perhaps not use it at all <img src='http://www.wahlau.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azmeen</title>
		<link>http://www.wahlau.net/2007/09/21/it-has-been-tight-week/comment-page-1/#comment-18513</link>
		<dc:creator>Azmeen</dc:creator>
		<pubDate>Fri, 21 Sep 2007 08:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.wahlau.net/2007/09/21/it-has-been-tight-week/#comment-18513</guid>
		<description>Your comment script ate my plus sign!!!

^siteid=([0-9] )$ should be &lt;b&gt;^siteid=([0-9] )$&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>Your comment script ate my plus sign!!!</p>
<p>^siteid=([0-9] )$ should be <b>^siteid=([0-9] )$</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azmeen</title>
		<link>http://www.wahlau.net/2007/09/21/it-has-been-tight-week/comment-page-1/#comment-18512</link>
		<dc:creator>Azmeen</dc:creator>
		<pubDate>Fri, 21 Sep 2007 08:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wahlau.net/2007/09/21/it-has-been-tight-week/#comment-18512</guid>
		<description>Need some mod_rewrite voodoo, eh? Try this:

&lt;code&gt;
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} ^/detail.php$
RewriteCond %{QUERY_STRING} ^siteid=([0-9] )$
RewriteRule . /classifieds/detail.php?id=%1 [R=301,L]
&lt;/code&gt;

I assume your id and siteid are integers. Adjust accordingly if it&#039;s wrong.</description>
		<content:encoded><![CDATA[<p>Need some mod_rewrite voodoo, eh? Try this:</p>
<p><code><br />
RewriteEngine on<br />
RewriteBase /<br />
RewriteCond %{REQUEST_URI} ^/detail.php$<br />
RewriteCond %{QUERY_STRING} ^siteid=([0-9] )$<br />
RewriteRule . /classifieds/detail.php?id=%1 [R=301,L]<br />
</code></p>
<p>I assume your id and siteid are integers. Adjust accordingly if it&#8217;s wrong.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

