Hello Guys, hope you can help me I'm using a new Wordpress Plugin that requires htaccess. I tried to convert it to the lighttpd style but it didn't work These 2 lines are my problem: RewriteCond %{REQUEST_URI} /link\/(.*).html$ RewriteRule ^link\/(.*).html$ /out.php?keyword=$1 [QSA,L] Thank you very much! Greets