Skip to content

Instantly share code, notes, and snippets.

@ptzn
Created April 11, 2010 13:11
Show Gist options
  • Save ptzn/362702 to your computer and use it in GitHub Desktop.
Save ptzn/362702 to your computer and use it in GitHub Desktop.
<FilesMatch "\.atom">
AddDefaultCharset UTF-8
ForceType application/atom+xml
</FilesMatch>
<FilesMatch "\.atom">
ForceType 'application/atom+xml; charset=UTF-8'
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment