There was an error while loading. Please reload this page.
Category:Lighttpd
I use this rewrite rule: [code] url.rewrite-once = ( "/(.).(.)" => "$0", "/(css|files|img|js|stats)/" => "$0", "^/([^.]+)$" => "/index.php/$1" ) [/code]