Add sort_default
[mkws-moved-to-github.git] / examples / htdocs / localauth.html
index 91793ea..ceaf144 100644 (file)
@@ -2,15 +2,16 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo client</title>
-    <link rel="stylesheet" type="text/css" href="http://mkws.indexdata.com/mkws.css" />
+    <link rel="stylesheet" type="text/css" href="//mkws.indexdata.com/mkws.css" />
     <script type="text/javascript">
       var mkws_config = {
-        pazpar2_url: "http://mkws.indexdata.com/service-proxy/",
-        service_proxy_auth: "http://x.example.indexdata.com/service-proxy-auth/",
+        service_proxy_auth: "http://example.indexdata.com/service-proxy-auth/",
         service_proxy_auth_domain : "mkws.indexdata.com"
       };
+      // See also the Apache2 RewriteRule needed to make this work:
+      // http://example.indexdata.com/apache-config.txt
     </script>
-    <script type="text/javascript" src="http://x.mkws.indexdata.com/mkws-complete.js"></script>
+    <script type="text/javascript" src="//mkws.indexdata.com/mkws-complete.js"></script>
   </head>
   <body>
     <div id="mkwsSwitch"></div>