I have just committed preliminary support for Lighttpd rewrite rules in LightPress. If you feel adventurous, you can download our development package and let us know of anything that needs fixing. I am not a Lighttpd expert, so any input is welcome.
I have just committed preliminary support for Lighttpd rewrite rules in LightPress. If you feel adventurous, you can download our development package and let us know of anything that needs fixing. I am not a Lighttpd expert, so any input is welcome.
I have a LightPress 1.2.0-a20421 installed in my Lighttpd 1.4.6 server. Unfortunately Lighttpd doesn't support rewrite rules instructions inside .htaccess. All rewrite ruleset must be included in lighttpd.conf (Lighttpd configuration file)
Here is a copy of an active Lighttpd rewrite rules for Wordpress permalinks
So far LightPress 1.2.0 doesn't support Lighttpd :-(
I will try to write / test / debug them, then I will post them here :-)
Anyway LightPress is an interesting project.
Constantinos, I hacked preliminary support for lighttpd rules in LP, but commented out before the last release. There are a few things I got wrong, and lots of improvements to be made.
Have a look at wp-plugin/main.php in 1.2.0beta2, there are a couple of comments that, if removed, enable lighttpd rule generation.
Oh, and of course whenever you have a good set of rules, do post them here or send them by email. :)
I will post the ruleset here. Just wait a little to test them with an active LightPress installation.