|
<body
<div id="container">
<h1>Welcome to NoticeBoard!</h1>
<div id="body">
<form action="/index.php/user/log" method="post">
<div id="d1">
<label>username: </label>
<input type="text" name="username" size="20" value=""/>
</div>
<div id="d2">
<label>password: </label>
<input type="password" name="password" size="20" value=""/>
</div>
<div id="d3">
<input type="submit" name="submit" value="Submit"/>
</div>
</form>
</div>
<p class="footer">2012 Tekautomotive Shanghai</p>
</div>
</body>
一点击提交提示一下错误:
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 contactthe webmaster.
Error 404 localhost
Apache/2.4.2 (Win32) OpenSSL/1.0.1c PHP/5.4.4
请问是哪一步不正确呢?路径似乎已经到了http://localhost:8080/index.php/user/log
但是为什么没显示呢。谢谢
|
|