[code] “^/system/test/(.)$” => “/index.php?q=system/test/$1”, “^/([^.?])\?(.)$” => “/index.php?q=$1&$2”, “^/([^.?])$” => “/index.php?q=$1” [/code]
I used the re-write rules above to get lighttpd to give me clean drupal URLs.
More information about formatting options
[code] “^/system/test/(.)$” => “/index.php?q=system/test/$1”, “^/([^.?])\?(.)$” => “/index.php?q=$1&$2”, “^/([^.?])$” => “/index.php?q=$1” [/code]
I used the re-write rules above to get lighttpd to give me clean drupal URLs.