<?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 mod_rewrite rewrite examples</title>
	<atom:link href="http://www.askapache.com/htaccess/htaccess-mod_rewrite-rewrite-examples.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/htaccess-mod_rewrite-rewrite-examples.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jay-ar Bauson</title>
		<link>http://www.askapache.com/htaccess/htaccess-mod_rewrite-rewrite-examples.html#comment-104777</link>
		<dc:creator>Jay-ar Bauson</dc:creator>
		<pubDate>Wed, 30 Sep 2009 06:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1003#comment-104777</guid>
		<description>I was thinking of the &#039;&lt;em&gt;Cache-Friendly File&lt;/em&gt;&#039; Names part, how do you actually apply it? What should be my directory structure?

Let&#039;s say in a directory I have my &#039;&lt;code&gt;index.php&lt;/code&gt;&#039;, &#039;css&#039; folder and a &#039;&lt;code&gt;style.css&lt;/code&gt;&#039; in it, how should I apply the tweak? 


&lt;code&gt;index.php&lt;/code&gt; --
&lt;pre&gt;&lt;?php
function dump($str){
  echo &quot;&quot;;
  print_r($str);
  echo &quot;&quot;;
}
dump($_GET);
?&gt;&lt;/pre&gt;

on its &lt;code&gt;.htaccess&lt;/code&gt; I will put 
&lt;pre&gt;RewriteEngine on
RewriteRule ^css/(j&#124;c)/([a-z]+)-([0-9]+)\.(js&#124;css)$ /css/$1/$2.$4 [L]&lt;/pre&gt;


I should update this line right? But how? :D</description>
		<content:encoded><![CDATA[<p>I was thinking of the &#8216;<em>Cache-Friendly File</em>&#8216; Names part, how do you actually apply it? What should be my directory structure?</p>
<p>Let&#8217;s say in a directory I have my &#8216;<code>index.php</code>&#8216;, &#8216;css&#8217; folder and a &#8216;<code>style.css</code>&#8216; in it, how should I apply the tweak? </p>
<p><code>index.php</code> &#8211;</p>
<pre>&lt;?php
function dump($str){
  echo &quot;";
  print_r($str);
  echo "";
}
dump($_GET);
?&gt;</pre>
<p>on its <code>.htaccess</code> I will put </p>
<pre>RewriteEngine on
RewriteRule ^css/(j|c)/([a-z]+)-([0-9]+)\.(js|css)$ /css/$1/$2.$4 [L]</pre>
<p>I should update this line right? But how? :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bork</title>
		<link>http://www.askapache.com/htaccess/htaccess-mod_rewrite-rewrite-examples.html#comment-72142</link>
		<dc:creator>bork</dc:creator>
		<pubDate>Sun, 26 Apr 2009 14:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1003#comment-72142</guid>
		<description>Hi,

I have the same problem as Jimmy: Want to remove a query string but your code does not work.... Thx for help.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have the same problem as Jimmy: Want to remove a query string but your code does not work&#8230;. Thx for help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://www.askapache.com/htaccess/htaccess-mod_rewrite-rewrite-examples.html#comment-68818</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Sat, 14 Mar 2009 13:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1003#comment-68818</guid>
		<description>&lt;strong&gt;Removing the Query_String&lt;/strong&gt;
Can you please give me an example of how i can test this thing. when i add this and go to example.com?test=123 it doesn&#039;t do any thing so i do not know what it&#039;s support to do; what i would like is to do is eliminate ?query from search engines

email fake by the way -.-</description>
		<content:encoded><![CDATA[<p><strong>Removing the Query_String</strong><br />
Can you please give me an example of how i can test this thing. when i add this and go to example.com?test=123 it doesn&#8217;t do any thing so i do not know what it&#8217;s support to do; what i would like is to do is eliminate ?query from search engines</p>
<p>email fake by the way -.-</p>
]]></content:encoded>
	</item>
</channel>
</rss>
