Skip to content

Lighttpd (Lighty) URL Rewrite Support

edited June 2013 in Troubleshooting

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.