OSDN Git Service

define AddCharset UTF-8 .html in .htaccess
authorMasanori Kobayasi <yasikoba@users.sourceforge.jp>
Sun, 30 Jan 2011 13:12:48 +0000 (22:12 +0900)
committerMasanori Kobayasi <yasikoba@users.sourceforge.jp>
Sun, 30 Jan 2011 13:12:48 +0000 (22:12 +0900)
www/.htaccess [new file with mode: 0644]
www/Makefile

diff --git a/www/.htaccess b/www/.htaccess
new file mode 100644 (file)
index 0000000..071eb51
--- /dev/null
@@ -0,0 +1,3 @@
+AddCharset UTF-8 .html
+
+ErrorDocument 404 http://linuxjf.sourceforge.jp/notfound.html
index e1c0de9..c19c4ea 100644 (file)
@@ -51,7 +51,7 @@ install: all
        --exclude='*.m4' \
        --exclude='Makefile' \
        --exclude='ChangeLog' \
-       * $(WWW_ROOT)
+       * .htaccess $(WWW_ROOT)
 
 clean:
        cd workshop; make clean