diff --git a/lighttpd.conf b/lighttpd.conf index fef88ae..5eb62ea 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -9,4 +9,7 @@ $HTTP["host"] =~ "example.com$" { "^/(favicon\.ico|robots\.txt|sitemap\.xml)$" => "$0", "^/[^\?]*(\?.*)?$" => "index.php/$1" ) + + # Use this, instead of the above, if running Lighttpd >= 1.4.24 + # url.rewrite-if-not-file = ( "^/[^\?]*(\?.*)?$" => "index.php/$1" ) }