Welcome Guest, Not a member yet? Register   Sign In
Locally 404 error while the file exists
#1

[eluser]Redwhirl[/eluser]
Hi,

I have a product.php in the controller where I have this code

<?php
class Product extends Controller{
function index()
{
$this->load->view('product_v');
}
}
?>

and a product_v.php in the views, but when I run product I get a 404 Page not found

I use Wamp locally

Can somebody, tell me what's wrong

Thanks in advance


Messages In This Thread
Locally 404 error while the file exists - by El Forum - 09-29-2010, 02:14 PM
Locally 404 error while the file exists - by El Forum - 09-29-2010, 02:58 PM
Locally 404 error while the file exists - by El Forum - 09-29-2010, 03:14 PM
Locally 404 error while the file exists - by El Forum - 09-29-2010, 11:33 PM
Locally 404 error while the file exists - by El Forum - 09-30-2010, 07:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB