Lighttpd url.rewrite rule for Zend Framework 2
I was having some major issues while attempting to run Zend Framework 2 on Lighttpd because my rewrite rules were not as easy to create as Apache. Â Actually, I can’t say they are harder, just way different. Â Here’s what seems to be working now though: url.rewrite-if-not-file = ( “/(.*)$” […]