Fix for Force PDF's to save or open without the plugin

  1. # Force PDF's to open without the plugin
  2. <FilesMatch "\.(?i:pdf)$">
  3.   ForceType application/pdf
  4.   Header set Content-Disposition attachment
  5. </FilesMatch>

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.