Friday 29 April 2005 2:30:37 am
In my site, I had set the button, in which after writing any word and clicking on the another button "OK",(I set it with following script),
<table align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<form action="/content/search" method="get">
<input name="recherche" type="text" id="search" value="Rechercher par motsclés" size="22" maxlength="" onFocus="this.value=''">
</td>
</tr>
<tr>
<td align="right"> <input class="button" type="submit" value="OK" />
</form>
</td>
</tr>
</table>
Now the problem is that after clicking on the "OK" it shows " Not Found The requested URL /content/search was not found on this server. Apache/1.3.33 Server at localhost Port 80"
Is there anything wrong, I had also check my content/search.tpl file, I can't understand why this error causes?
Could anybody help me? Thanks <i>// please use tags to mark your code, thank you</i>
|