Reputation: 183
Could you advise me how to remove file extensions properly in lighttpd?
So that:
Another StackOverflow thread here have answers that do not fix (1): Rewriting with lighttpd - how to remove file extensions
Upvotes: 0
Views: 1371
Reputation: 3353
2) and 3) are mutually exclusive - how do you expect the system to know if blahBlah is meant to be a directory blahBlah or a file blahBlah.php?
1) is probably handled by DirectoryIndex, not by your rewrite rules
Upvotes: 0