Hello, already pitiful sorry for my english I'm french . I am currently testing fuelphp, after installation I generated a scaffold and when I go to the url localhost/blog/public/articles I have a 404 error.
I'm on ubuntu and I do not use xampp but php, mysql and apache installed separately!
Thanks
"public" should never be part of the URL, so this URL is wrong unless your controller is called "blog", it has a method called "action_public", and "articles" is passed as a parameter to it.
Did you install FuelPHP as recommended (outside the docroot, with your apache docroot pointing to the public folder, or did you install FuelPHP completely inside the docroot?