Hi, I want my pdfs to be inlined rather than downloaded. I found this suggestion: <LocationMatch "\.(?i:pdf)$"> ForceType application/pdf Header set Content-Disposition inline </LocationMatch> Which file do I add this to? I tried dispatcher_vhost.conf without success. ThanksJoel