Skip to content

Instantly share code, notes, and snippets.

@tijsverkoyen
Created July 26, 2011 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tijsverkoyen/1107856 to your computer and use it in GitHub Desktop.
Save tijsverkoyen/1107856 to your computer and use it in GitHub Desktop.
lighttpd-config for Fork-cms
# all credits to Kevin Van Ransbeeck (http://twitter.com/KevinVRansbeeck)
url.rewrite-if-not-file = (
".*?(.*)" => "index.php?$1",
"." => "index.php"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment