Posted by softwaretech on January 19, 2013 at 9:06pm
Whenever I add the following codes, I get a 404 error. I'm just trying to figure out why.
public function getUpdate() {
$this->load->model('registration_model');
$meal_count = $this->registration_model->getMealsRegistered();
$total = $meal_count[0]->total_meals;
echo $total;
}and
body
{
background: url('../../assets/images/background/big_party.jpg') no-repeat center center fixed;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
}Specifically, I'm getting.....
Forbidden
You don't have permission to access /resume/ on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.