debian/examples/apache/littlebird-tc.conf
changeset 118 aa280f39150b
parent 81 39b02aed056b
--- a/debian/examples/apache/littlebird-tc.conf	Fri Oct 14 14:44:08 2011 +0200
+++ b/debian/examples/apache/littlebird-tc.conf	Sun Feb 19 23:34:32 2012 +0100
@@ -26,12 +26,14 @@
 
         DocumentRoot /usr/share/littlebird-tc/TrustCenter/public
         <Directory /usr/share/littlebird-tc/TrustCenter/public>
+	<IfModule mod_rewrite.c>
             RewriteEngine On
             RewriteCond %{REQUEST_FILENAME} -s [OR]
             RewriteCond %{REQUEST_FILENAME} -l [OR]
             RewriteCond %{REQUEST_FILENAME} -d
             RewriteRule ^.*$ - [NC,L]
             RewriteRule ^.*$ index.php [NC,L]
+	</IfModule>
             AllowOverride All
             Order allow,deny
             allow from all