Hi all
i am new to kohana 3.2.x
i used to work on kohana 2.3.x
the directory structure is not same in both cases so i am getting problem while posting my form to any controller.
<form action="<?php echo url::base();?>admin/validateLogin" method="post">
<h3>Enter Your Credentials:</h3>
<fieldset>
<p><label>Email:</label><input type="text" name="email" /></p>
<p><label>Password:</label><input type="password" name="password" /></p>
<input type="submit" value="Login" />
</fieldset>
</form>
here is my form.
giving "object not found error" i.e its not kohana error, server is unable to find the specified URL