Added by raven_kg almost 14 years ago
I have self-made CMS, it works with nginx, but i need replace nginx width lighttpd. Under nginx my CMS uses these rewrite rules:try_files $uri $uri/ /index.php?q=$uri&$args;
but I don't know how I can implement similar rules in lighty.