up vote 3 down vote favorite
2
share [g+] share [fb]

It's big problem to convert mod_rewrite rules to lighttpd format

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

It is generally a case of just going through one by one and converting them. I don't know of any automated means,

The docs - http://trac.lighttpd.net/trac/wiki/Docs%3AModRewrite - has the regexes availble, and some examples.

if there are any particularly problematical items, I'd edit the question to show them, and ask for the answers here.

link|improve this answer
Indeed there is no automated way to do it. The syntaxes and possibilities of both are too different to allow for an automatic conversion anyway. – Gilles Sep 19 '08 at 9:17
feedback

url rewriting does not work within a $HTTP["url"] conditional. [http://forum.lighttpd.net/topic/1092#3028]

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.