I'd like to rewrite /abc/abcd.png to /red/blue.php

How is that possible in Lighttpd?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

url.rewrite("^/abc/abcd.png$" => "/red/blue.php")

check out the lighttpd docs for more info http://redmine.lighttpd.net/wiki/1/Docs%3AModRewrite

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.