Christophe Weblog Wiki Code Publications Music
add .htaccess for utf-8 html encoding
authorChristophe Rhodes <csr21@cantab.net>
Fri, 8 Oct 2010 11:12:02 +0000 (12:12 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Fri, 8 Oct 2010 11:12:02 +0000 (12:12 +0100)
.htaccess [new file with mode: 0644]
Makefile

diff --git a/.htaccess b/.htaccess
new file mode 100644 (file)
index 0000000..ff00313
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1 @@
+AddType 'text/html; charset=utf-8' html
index 07dfaa5ade8898d4080ad283949921a48d07ddab..29a94de2e7c963873e8b38f8307836ddfc614fe3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-WEBFILES=README.html BUGS.html TODO.html
+WEBFILES=README.html BUGS.html TODO.html .htaccess
 
 web: $(WEBFILES)