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
#2

[eluser]Dennis Rasmussen[/eluser]
Which version of PHP are you running?
Maybe you need your class constructor?

Or maybe your htaccess file is setup incorrectly... or maybe something else.
#3

[eluser]WanWizard[/eluser]
Is it an Apache 404 error, or a CI 404 error?
#4

[eluser]Redwhirl[/eluser]
@WanWizard, it's a CI 404

@Dennis Rasmussen, I'll try this

Thanks
#5

[eluser]Redwhirl[/eluser]
Adding the constructor didn't help




Theme © iAndrew 2016 - Forum software by © MyBB