<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: mod_rewrite code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sat, 26 Jul 2008 17:59:21 GMT</pubDate>
    <description>DZone Snippets: mod_rewrite code</description>
    <item>
      <title>Apache rewrite rules</title>
      <link>http://snippets.dzone.com/posts/show/4904</link>
      <description>Pass all requests for non-existing files or directories to index.php&lt;br /&gt;&lt;code&gt;&lt;br /&gt;RewriteCond        %{REQUEST_FILENAME}        !-f                &lt;br /&gt;RewriteCond        %{REQUEST_FILENAME}        !-d&lt;br /&gt;RewriteRule        ^(.*)$                    index.php        [L]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Wed, 19 Dec 2007 06:48:26 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4904</guid>
      <author>rutgerw ()</author>
    </item>
  </channel>
</rss>
