Cache error

Nathan

Member
Sep 14, 2010
65
3
404 not found

HTML:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Object not found!</title>
<link rev="made" href="mailto:postmaster@localhost" />
<style type="text/css"><!--/*--><![CDATA[/*><!--*/ 
    body { color: #000000; background-color: #FFFFFF; }
    a:link { color: #0000CC; }
    p, address {margin-left: 3em;}
    span {font-size: smaller;}
/*]]>*/--></style>
</head>

<body>
<h1>Object not found!</h1>
<p>


    The requested URL was not found on this server.

  

    The link on the
    <a href="http://217.23.6.252/client/">referring
    page</a> seems to be wrong or outdated. Please inform the author of
    <a href="http://217.23.6.252/client/">that page</a>
    about the error.

  

</p>
<p>
If you think this is a server error, please contact
the <a href="mailto:postmaster@localhost">webmaster</a>.

</p>

<h2>Error 404</h2>
<address>
  <a href="/">217.23.6.252</a><br />
  

</address>
</body>
</html>

Server runs fine, but when opening client, it loads the hotel view, then disconnects me.

Some screens and more info:
I had a reply saying to make a PHP file with this:
Code:
/*#######################################*/
/*# CacheCheck Script Created by unkown #*/
/*# #*/
/*#######################################*/
/* Variables */
$data = strip_tags($_POST['flashClient']);
/* Let's give it an true shall we? :P */
if(isset($data))
{
echo "true";
}
?>
So I did, and I'm still getting the errors.

9kTJ4.png

Firebug
W5hIm.png



[mod] Post's merged, -Kieren.[/mod]
 

Users who are viewing this thread

Top