Username or Email
Password:
Forgot Password
Hello,
Anyone who has got it working on Lighty?
Cheers Johannes
Some helpful links..
The rewrite: Re: url rewrite on lighttpd removes the query string ($_GET = empty array)
Enabling HTTPS on lighty: Howto: Lighttpd create self signed SSL Certificates (from google cache)
Update!
New rewrite:
url.rewrite-once = ( “(^/media/.*|^/skin/.*|^/js/.*)” => “$0”, “.*\?(.*)” => “/index.php?$1”, “” => “/index.php” )
We modified the wiki entry on Lighttpd and FastCGI; you should find it considerably more informative.