Thanks for all the help, I've got it working! RewriteEngine On RewriteLog "/var/log/httpd/rewrite_log" RewriteLogLevel 1 RewriteMap fileName prg:/home/trion/getFilename.php RewriteCond %{QUERY_STRING} ^fileId\=(\d+)$ RewriteRule ^/getfile\.php$ /pdf/${fileName:%1}? [R,L,T=application/pdf] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx