PDA

View Full Version : Lighttpd Mod Rewrite Problem


Whrt
4th September 2008, 22:03
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

falko
5th September 2008, 13:40
What's the configuration you've tried in lighttpd?