[01_LoginAuth.html]
Hey there...
...I have a severe problem with GCzII (0.2.35.71).
Everytime I try to use my WM6-App I get the "mistake":
Internet URL open failed. [01_LoginAuth.html]
When I open the URL directly in my web browser I am directed to the geocaching.com page of yesterday evening: "Geocaching.com is temporarily down for maintenance. We will provide regular progress updates on Facebook or Twitter."
The Code of [01_LoginAuth.html] is the following:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Geocaching.com</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="content-language" content="en-us" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="Wed, 31 Dec 2008 11:59:59 GMT" />
<meta name="robots" content="none" />
<meta name="googlebot" content="noarchive" />
<meta name="author" content="Groundspeak, Inc." />
<style type="text/css" media="all">
*{margin:0;padding:0;}
html,body{background-color:#f4f4f4;}
body{min-width:800px;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;}
hr{display:none;}
a,a:link,a:hover,a:active,a:focus,a:visited{border:none;outline:none;}
#header,#content{padding:2.5em 10em;}
#header{background-color:#fff;}
h1{width:315px;height:60px;display:block;text-indent:-999999px;background:url(/appoffline/logo.gif) no-repeat;}
#content{background-color:#8c9e65;}
#header p{margin-top:.5em;font-size:1em;font-weight:bold;color:#424242;}
p.text{font-size:1.5em;line-height:1.75em;text-align:justify;color:#fff;}
div.video{margin:1.5em auto 0 auto;text-align:center;}
#content a,#content a:link,#content a:visited{color:#fff;}
#content a:hover,#content a:active,#content a:focus{color:#eee;}
#footer{margin-top:2.5em;text-align:center;font-size:.6em;color:#424242;}
#footer a,#footer a:link,#footer a:visited{color:#424242;}
#footer a:hover,#footer a:active,#footer a:focus{color:#8c9e65;}
</style>
</head>
<body>
<div id="header">
<!-- Begin Header -->
<h1>Geocaching.com</h1>
<p>The Official Global GPS Cache Hunt Site</p>
<!-- End Header -->
</div><!-- id="header" -->
<hr />
<div id="content">
<!-- Begin Content -->
<p class="text">Geocaching.com is temporarily down for maintenance. We will provide regular progress updates on >Facebook<>Twitter</p>
<div class="video">
<object width="640" height="390">
<param name="movie" value="youtube.com/v/5I6KvGO8AXA?fs=1&hl=en_US&rel=0&autoplay=1&loop=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="youtube.com/v/5I6KvGO8AXA?fs=1&hl=en_US&rel=0&autoplay=1&loop=1" type="application/x-shockwave-flash" width="640" height="390" allowscriptaccess="always" allowfullscreen="true"></embed>
</object>
</div>
<!-- End Content -->
</div><!-- id="content" -->
<hr />
<div id="footer">
<!-- Begin Footer -->
<p>©2000-2011 <a href="groundspeak.com/" title="Groundspeak, Inc.">Groundspeak, Inc.</a> All Rights Reserved.</p>
<!-- End Footer -->
</div><!-- id="footer" -->
</body>
</html>
What can I do???????????????????
Thanks a lot in advance!