lighttpd forum migration > How to convert Apache Rewrite Rules to Lighty Rewrite Rules?

Posted by nachopro (Guest)
on 05.11.2007 15:32
Hi, I'm migrating from Apache to Lighty. My problem is with the rewrite 
syntax of Lighty.

I need this Apache's rules in my Lighty:
<IfModule mod_rewrite.c>

	RewriteEngine On

	RewriteCond %{REQUEST_FILENAME} !-d

	RewriteCond %{REQUEST_FILENAME} !-f

	RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]

</IfModule>

Thanks!
Posted by Guest (Guest)
on 05.11.2007 18:08
Something along this... http://pixel.global-banlist.de/