in reply to Re: HTML Form not workin
in thread HTML Form not workin
I have now stored it (login.html) in htdocs folder of Apache server where index.html resides. If i try:<HTML> <HEAD> <TITLE> Login Page </TITLE> </Head> <BODY> <FORM method="post" action="login.pl"> <TABLE BORDER ="0"> <TR> <TD> User Name</TD> <TD><input type="text" name="username" value=""></TD> </TR> <TR> <TD>Password </TD> <TD><input type="text" name="password" value=""></TD> </TR> <TR><TD COLSPAN="2" ALIGN="RIGHT"> <input type="submit" name="submit" value="login"> </TD></TR></TABLE> +</FORM></BODY></HTML>
It works. But if i try:http://localhost/index.html
I am getting following error:http://localhost/login.html
Zulfi.Not Found The requested URL /login.html was not found on this server. Its not working. Plz guide me.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: HTML Form not workin
by thezip (Vicar) on Oct 28, 2013 at 20:28 UTC |