From 967f9b6b5567f94bbebb0ccde47f8068943f6951 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 24 Jan 2013 07:23:45 +0200 Subject: [PATCH] Start preparation for forcing Chrome Frame --- .htaccess | 8 ++++++++ gcf.html | 24 ++++++++++++++++++++++++ gcf.txt | 1 + head.html | 20 ++++++++++++++++++++ head.txt | 20 +------------------- 5 files changed, 54 insertions(+), 19 deletions(-) create mode 100644 gcf.html create mode 120000 gcf.txt create mode 100644 head.html mode change 100644 => 120000 head.txt diff --git a/.htaccess b/.htaccess index 70dbfcf..a420df1 100644 --- a/.htaccess +++ b/.htaccess @@ -5,3 +5,11 @@ AddType text/html shtml AddHandler server-parsed shtml AddDefaultCharset utf-8 DirectoryIndex index.html sitemap.html + +# Force Google Chrome Frame to be used if it's installed. + + + BrowserMatch chromeframe gcf + Header append X-UA-Compatible "chrome=1" env=gcf + + diff --git a/gcf.html b/gcf.html new file mode 100644 index 0000000..3de93a4 --- /dev/null +++ b/gcf.html @@ -0,0 +1,24 @@ + + + + + + + + + diff --git a/gcf.txt b/gcf.txt new file mode 120000 index 0000000..b2a25a8 --- /dev/null +++ b/gcf.txt @@ -0,0 +1 @@ +gcf.html \ No newline at end of file diff --git a/head.html b/head.html new file mode 100644 index 0000000..025490f --- /dev/null +++ b/head.html @@ -0,0 +1,20 @@ + + + + + + + + + + +Insert title here + + + +
+[Sitemap](sitemap/sitemap.html) +
+ + + diff --git a/head.txt b/head.txt deleted file mode 100644 index 46394db..0000000 --- a/head.txt +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - -Insert title here - - - -
-[Sitemap](sitemap/sitemap.html) -
- - - \ No newline at end of file diff --git a/head.txt b/head.txt new file mode 120000 index 0000000..f9fb835 --- /dev/null +++ b/head.txt @@ -0,0 +1 @@ +head.html \ No newline at end of file