Skip to content

Rewrite with lighttpd

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

Category:Lighttpd

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

Clone this wiki locally