<?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: Using rakaz Combine With Your CakePHP Application</title> <atom:link href="http://www.erhanabay.com/2009/01/29/using-rakaz-combine-with-your-cakephp-application/feed/" rel="self" type="application/rss+xml" /><link>http://www.erhanabay.com/2009/01/29/using-rakaz-combine-with-your-cakephp-application/</link> <description>WebDevelopment , PHP, Javascript, CakePHP, ExtJS</description> <lastBuildDate>Sat, 04 Feb 2012 19:46:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Simon Potter</title><link>http://www.erhanabay.com/2009/01/29/using-rakaz-combine-with-your-cakephp-application/#comment-4008</link> <dc:creator>Simon Potter</dc:creator> <pubDate>Fri, 20 Aug 2010 09:28:00 +0000</pubDate> <guid
isPermaLink="false">http://erhanabay.com/?p=189#comment-4008</guid> <description>Brilliant thanks Erhan.</description> <content:encoded><![CDATA[<p>Brilliant thanks Erhan.</p> ]]></content:encoded> </item> <item><title>By: Erhan Abay</title><link>http://www.erhanabay.com/2009/01/29/using-rakaz-combine-with-your-cakephp-application/#comment-3795</link> <dc:creator>Erhan Abay</dc:creator> <pubDate>Mon, 26 Oct 2009 11:47:55 +0000</pubDate> <guid
isPermaLink="false">http://erhanabay.com/?p=189#comment-3795</guid> <description>It should be fine.
Here is what I am using:
&lt;ifmodule mod_rewrite.c&gt;
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
RewriteRule ^css/(.*\.css) combine.php?type=css&amp;files=$1
RewriteRule ^js/(.*\.js) combine.php?type=javascript&amp;files=$1
&lt;/ifmodule&gt;</description> <content:encoded><![CDATA[<p>It should be fine.</p><p>Here is what I am using:</p><p><ifmodule
mod_rewrite.c><br
/> RewriteEngine On<br
/> RewriteCond %{REQUEST_FILENAME} !-d<br
/> RewriteCond %{REQUEST_FILENAME} !-f<br
/> RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]</p><p> RewriteRule ^css/(.*\.css) combine.php?type=css&#038;files=$1<br
/> RewriteRule ^js/(.*\.js) combine.php?type=javascript&#038;files=$1<br
/> </ifmodule></p> ]]></content:encoded> </item> <item><title>By: Sander</title><link>http://www.erhanabay.com/2009/01/29/using-rakaz-combine-with-your-cakephp-application/#comment-3794</link> <dc:creator>Sander</dc:creator> <pubDate>Mon, 26 Oct 2009 11:32:19 +0000</pubDate> <guid
isPermaLink="false">http://erhanabay.com/?p=189#comment-3794</guid> <description>Nice! But it doesn&#039;t seem to work ... yet!
Any specific order needed in the .htaccess file?
Mine looks like this right now:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^css/(.*\.css) combine.php?type=css&amp;files=$1
RewriteRule ^js/(.*\.js) combine.php?type=javascript&amp;files=$1
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] </description> <content:encoded><![CDATA[<p>Nice! But it doesn&#8217;t seem to work &#8230; yet!<br
/> Any specific order needed in the .htaccess file?<br
/> Mine looks like this right now:</p><p> RewriteEngine On</p><p> RewriteCond %{REQUEST_FILENAME} !-d<br
/> RewriteCond %{REQUEST_FILENAME} !-f</p><p> RewriteRule ^css/(.*\.css) combine.php?type=css&amp;files=$1<br
/> RewriteRule ^js/(.*\.js) combine.php?type=javascript&amp;files=$1</p><p> RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]</p> ]]></content:encoded> </item> </channel> </rss>
