lighttpd forum migration > simple rewrite for lighttp

Posted by Piotr Kloc (Guest)
on 28.09.2007 19:29
I have this in .htaccess
in
http://domain/directory

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-F
RewriteRule ^.*$ index.php?$0

what rewrite this to lighttpd ?

Regards,
Piotr
Posted by Miloslav Kmet
on 29.09.2007 14:12
Hello. Try to have a look to some older posts in this forum.

You can do it with mod_lua.