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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to