diff --git a/examples/getfeatureinfo.html b/examples/getfeatureinfo.html
new file mode 100644
index 0000000000..d25687c3a9
--- /dev/null
+++ b/examples/getfeatureinfo.html
@@ -0,0 +1,48 @@
+
+
+
+
+World Map Query
+
+
+ Permalink
+
+
CIA Factbook
+
Click a country to see statistics about the country below.
+
+
+
+
+
+
+
diff --git a/examples/proxy.cgi b/examples/proxy.cgi
index 8c4d2f4248..4e513c5188 100755
--- a/examples/proxy.cgi
+++ b/examples/proxy.cgi
@@ -20,7 +20,7 @@ url = fs.getvalue('url', "http://openlayers.org")
# Designed to prevent Open Proxy type stuff.
-allowedHosts = ['www.openlayers.org', 'openlayers.org', 'octo.metacarta.com', 'merrimack.metacarta.com', 'labs.metacarta.com']
+allowedHosts = ['www.openlayers.org', 'openlayers.org', 'octo.metacarta.com', 'merrimack.metacarta.com', 'labs.metacarta.com', 'world.freemap.in']
try:
host = url.split("/")[2]