I'm using javascript ajax to submit values to receive confirmation for an availability.
I have this error when i try to submit even with the status 404. I did this to try to find my error. What does this mean?
I have this error when i try to submit even with the status 404. I did this to try to find my error. What does this mean?
Code:
<?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:admin@127.0.0.1" /> <style type="text/css"><!--/*--><![CDATA[/*></style> </head> <body> <h1>Object not found!</h1> <p> The requested URL was not found on this server. The link on the <a rel="nofollow" href="http://127.0.0.1:8888/Orchid%2520Escape%2520Hotel%2520-%2520Copy/home.php">referring page</a> seems to be wrong or outdated. Please inform the author of <a rel="nofollow" href="http://127.0.0.1:8888/Orchid%2520Escape%2520Hotel%2520-%2520Copy/home.php">that page</a> about the error. </p> <p> If you think this is a server error, please contact the <a href="mailto:admin@127.0.0.1">webmaster</a>. </p> <h2>Error 404</h2> <address> <a href="/">127.0.0.1</a><br /> <span>03/11/16 21:40:31<br /> Apache/2.2.17 (Win32) PHP/5.3.5</span> </address> </body> </html>
Comment