Created
July 26, 2011 20:03
-
-
Save tijsverkoyen/1107856 to your computer and use it in GitHub Desktop.
lighttpd-config for Fork-cms
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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