<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://mirmodynamics.com/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Mirmo Dynamics - Tag - apache  - Comments</title>
  <link>http://mirmodynamics.com/</link>
  <atom:link href="http://mirmodynamics.com/feed/tag/apache/rss2/comments" rel="self" type="application/rss+xml"/>
  <description>Rien de grand ne se fit jamais sans enthousiasme.</description>
  <language>en</language>
  <pubDate>Wed, 03 Dec 2008 17:01:33 +0100</pubDate>
  <copyright>2003-2008 &amp;copy; Geoffrey Bachelet</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
    
    <item>
    <title>Apache and mod_rewrite to subdirectories - Ben</title>
    <link>http://mirmodynamics.com/post/2008/06/26/Apache-and-mod_rewrite-to-subdirectories#c7950</link>
    <guid isPermaLink="false">urn:md5:75a89f2176b35b237f70ed32d52b800a</guid>
    <pubDate>Thu, 26 Jun 2008 22:09:51 +0200</pubDate>
    <dc:creator>Ben</dc:creator>
    
    <description>&lt;p&gt;It's also possible with something like that :&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} !-d [OR]&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} =/document_root/&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;
RewriteRule ^(.*)$ public/index.php/$1 [L]&lt;/p&gt;



&lt;p&gt;A RewriteCond with :&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} =%{DOCUMENT_ROOT}&lt;br /&gt;
Would be nice but doesn't work this way :/&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Apache and mod_rewrite to subdirectories - naneau</title>
    <link>http://mirmodynamics.com/post/2008/06/26/Apache-and-mod_rewrite-to-subdirectories#c7949</link>
    <guid isPermaLink="false">urn:md5:149ebf9c22bc60be9ecafcb57457b338</guid>
    <pubDate>Thu, 26 Jun 2008 19:25:43 +0200</pubDate>
    <dc:creator>naneau</dc:creator>
    
    <description>&lt;p&gt;Thank you monsieur Mo, for this solution =]&lt;/p&gt;</description>
  </item>
      
</channel>
</rss>