I am in the process of converting an old legacy website to zend framework, however I will be using lighttpd instead of apache for my web server and lighttpd doesn't support the .htaccess file which is where I would normally add all my rewrites, I have a couple of questions:
Where is the best place to put all these rewrites, we are talking about close to 200 redirects, lighttpd configuration file or the bootstrap?
Which method would be better as far as performance?