Is httpd autolanguage feature on?
authorNick Slobodsky <software@slobodsky.ru>
Wed, 14 Apr 2010 19:31:45 +0000 (23:31 +0400)
committerNick Slobodsky <software@slobodsky.ru>
Wed, 14 Apr 2010 19:31:45 +0000 (23:31 +0400)
www/test.en.html [new file with mode: 0644]
www/test.html.en [new file with mode: 0644]
www/test.html.ru [new file with mode: 0644]
www/test.ru.html [new file with mode: 0644]

diff --git a/www/test.en.html b/www/test.en.html
new file mode 100644 (file)
index 0000000..cc6b7f5
--- /dev/null
@@ -0,0 +1,7 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HMTL><HEAD>
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; Charset=utf-8">
+<TITLE>English test</TITLE>
+</HEAD><BODY>
+    This is test.en.html
+</BODY></HTML>
diff --git a/www/test.html.en b/www/test.html.en
new file mode 100644 (file)
index 0000000..b6f887a
--- /dev/null
@@ -0,0 +1,7 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HMTL><HEAD>
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; Charset=utf-8">
+<TITLE>Test English</TITLE>
+</HEAD><BODY>
+    This is test.html.en
+</BODY></HTML>
diff --git a/www/test.html.ru b/www/test.html.ru
new file mode 100644 (file)
index 0000000..e52d490
--- /dev/null
@@ -0,0 +1,7 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HMTL><HEAD>
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; Charset=utf-8">
+<TITLE>Тест русский</TITLE>
+</HEAD><BODY>
+    Это - файл test.html.ru
+</BODY></HTML>
diff --git a/www/test.ru.html b/www/test.ru.html
new file mode 100644 (file)
index 0000000..e86012b
--- /dev/null
@@ -0,0 +1,7 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HMTL><HEAD>
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; Charset=utf-8">
+<TITLE>Русский тест</TITLE>
+</HEAD><BODY>
+    Это - файл test.ru.html
+</BODY></HTML>