Created
June 6, 2011 22:15
-
-
Save jorgepedret/1011240 to your computer and use it in GitHub Desktop.
Automatically add utf-8 charset to files (htaccess)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <FilesMatch "\.(htm|html|css|js)$"> | |
| AddDefaultCharset UTF-8 | |
| </FilesMatch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment