Whenever I click the SUBMIT button in my HTML page, I get the "Object not found!" error. It was working fine yesterday. This error started to occur after I installed Codelobster and made some changes to the php file CheckLogin.php.
This is a small part of the HTML page with the button:
When I enter the username and password and click on the Submit button, I get the error:
Plase help me on this.
Thanks.
This is a small part of the HTML page with the button:
<div id="page_forms" >
<!-- Start of User Login -->
<div id="userlogin" >
<div id="userlogin_h eader">
<h2><span>Use r Login</span></h2>
</div>
<form name="LoginForm " method="post" action="CheckLo gin.php">
<div id="field_usern ame">
<strong><span>L og in:</span></strong>
<input name="Username" type="text" id="Username"/>
</div>
<div id="field_passw ord">
<strong><span>P assword:</span></strong>
<input name="Password" type="text" id="Password"/>
</div>
<div id="button_ente r">
<input type="image" src="images/userlogin_enter .gif" alt="Enter" class="button" />
</div>
</form>
<div id="userlogin_l inks">
<a href="yet to decide" id="register">< strong><span>Re gister >>></span></strong></a>
<br />
<a href="yet to decide/" id="notregister "><strong><span >Not Registered Yet?</span></strong></a>
</div>
</div>
<!-- Start of User Login -->
<div id="userlogin" >
<div id="userlogin_h eader">
<h2><span>Use r Login</span></h2>
</div>
<form name="LoginForm " method="post" action="CheckLo gin.php">
<div id="field_usern ame">
<strong><span>L og in:</span></strong>
<input name="Username" type="text" id="Username"/>
</div>
<div id="field_passw ord">
<strong><span>P assword:</span></strong>
<input name="Password" type="text" id="Password"/>
</div>
<div id="button_ente r">
<input type="image" src="images/userlogin_enter .gif" alt="Enter" class="button" />
</div>
</form>
<div id="userlogin_l inks">
<a href="yet to decide" id="register">< strong><span>Re gister >>></span></strong></a>
<br />
<a href="yet to decide/" id="notregister "><strong><span >Not Registered Yet?</span></strong></a>
</div>
</div>
Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
03/15/08 16:21:33
Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_c olor PHP/5.2.5
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
03/15/08 16:21:33
Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_c olor PHP/5.2.5
Thanks.
Comment