Could you advise me how to remove file extensions properly in lighttpd?
So that:
- Root directory ("/") is not going to be rewritten to "/.php"
- Open directory if trailing slash is missing
- All files can be accessed without extension
Another StackOverflow thread here have answers that do not fix (1): Rewriting with lighttpd - how to remove file extensions