Project

General

Profile

Rewrite URLs to Friendly URL rules from nginx to lighty

Added by raven_kg almost 13 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.