OSDN Git Service

define AddDefaultCharset ISO-2022-JP in .htaccess
authorMasanori Kobayasi <yasikoba@users.sourceforge.jp>
Thu, 13 Jan 2011 11:59:56 +0000 (20:59 +0900)
committerMasanori Kobayasi <yasikoba@users.sourceforge.jp>
Thu, 13 Jan 2011 11:59:56 +0000 (20:59 +0900)
A workaround for MS10-090.

www/.htaccess [new file with mode: 0644]
www/Makefile

diff --git a/www/.htaccess b/www/.htaccess
new file mode 100644 (file)
index 0000000..1c13694
--- /dev/null
@@ -0,0 +1 @@
+AddDefaultCharset ISO-2022-JP
index 7e5af0b..7e4eafc 100644 (file)
@@ -51,7 +51,7 @@ install: all
        --exclude='*.m4' \
        --exclude='Makefile' \
        --exclude='ChangeLog' \
-       * $(WWW_ROOT)
+       * .htaccess $(WWW_ROOT)
 
 clean:
        cd workshop; make clean