Forum Moderators: phranque
url.rewrite-once = ( "^/files/([^/]+)/(.*)" =>"/files.php?id=$1&filename=$2" )
RewriteRule ^/files/([^/]+)/(.*)$ /files.php?id=$1&filename=$2 [L]
Please review our Forum Charter for useful references and information about how to get the most from this forum.
Jim