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!
on 05.11.2007 15:32
on 05.11.2007 18:08
Something along this... http://pixel.global-banlist.de/

