diff -r e489aabf88e4 -r aa280f39150b debian/examples/apache/littlebird-tc.conf --- 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 + RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ index.php [NC,L] + AllowOverride All Order allow,deny allow from all