Lighttpd and MultiViews support
Last night I had a great time with lighttpd configuration. I looked for simple thing – MultiViews support. Yeah, if you are there – you probably have the same problem and Google isn’t a good friend to find a suitable solution.
What I found:
- Lighttpd documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/MigratingFromApache#MultiViews <-- Is it call documentation? Shit has more information than this. There you will find Lua script and this script do not work for me. I tried to modify, but it’s not for me to understand what is written there.
- Svilen Spasov: http://blog.svilen.com/2009/04/using-modnegotiation-with-lighttpd.html <-- good job! He wrote a Lua script too, but much more understandable. Although this script didn’t work for me like I want, but after the changes I think I found a good solution.
So if you looking for a multiviews solution, you can download lua scripts from links above or try my modified script.
Good luck!