apache rewrite ==> lighttpd rewrite HELP

Discussion in 'General Chat' started by moonswamp, Jul 24, 2008.

  1. #1
    hello, I'm new here but really need your help, this first time i use lighttpd and also I'm not a programmer,



    I dowload a scripts with a .htaccess file



    
    
    DirectoryIndex index.php
    
    RewriteEngine On
    
    RewriteRule ^link/([0-9]+)[/]*$ /redirect.php?id=$1
    
    RewriteRule ^link/([a-zA-Z0-9]+)[/]*$ /redirect.php?tag=$1
    
    
    Code (markup):


    I want to convert it to lighttpd rewrite rules, urgent, also I can't contact with the scripts author, so anyone please help me?
     
    moonswamp, Jul 24, 2008 IP