Hi, I have one script which has the following rewrite rule which is coded by the developer only for lighttpd webserver. Can anyone convert the same rewrite rule in apache format? url.rewrite-once = ( "^/files/(.*)/(.*)" =>"/files.php?id=$1&filename=$2" ) Code (markup): Waiting for ur reply, Thanks.