Lighttpd (Lighty) URL Rewrite Support
I just purchased Sendy and am stumped with the rewrites. I've seen similar posts for NGINX but none for Lighttpd, which is what I run on my server.
Can anyone provide their rewrite rules for Lighttpd or have any ideas?
Thanks a ton,
Zack
--- UPDATE FOR THOSE WITH SAME ISSUE ---
This seemed to do the trick for me. Will update if I discover a better solution:
url.rewrite-if-not-file = ( "^([^?]*)(\?.*)?$" => "$1.php$2" )
This discussion has been closed.