Guest User

Untitled

a guest
Jan 15th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. ForceType application/octet-stream
  2. <FilesMatch "(?i).jpe?g$">
  3. ForceType image/jpeg
  4. </FilesMatch>
  5. <FilesMatch "(?i).gif$">
  6. ForceType image/gif
  7. </FilesMatch>
  8. <FilesMatch "(?i).png$">
  9. ForceType image/png
  10. </FilesMatch>
  11.  
  12. ForceType application/octet-stream
Add Comment
Please, Sign In to add comment