Lighttpd Mod Rewrite Problem

Discussion in 'Server Operation' started by Whrt, Sep 4, 2008.

  1. Whrt

    Whrt New Member

    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
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the configuration you've tried in lighttpd?
     

Share This Page