Skip to content

Rewrite with lighttpd

World Wide Web Server edited this page Jul 4, 2012 · 11 revisions

url.rewrite-once = ( "/(.).(.)" => "$0", "/(css|files|img|js|stats)/" => "$0", "^/([^.]+)$" => "/index.php/$1" )

This is a draft. But should work. I'll test it later.

Clone this wiki locally