Dashboard shows 404 page not found in live hosting
I faced a problem on loading and showing the control panel of the CMS, when I point to
http://mdawaina.com/madarc/fuel/ I get 404 page not found message after I get redirected to the url
http://mdawaina.com/madarc/fuel/dashboard. although the CMS working fine on my local host, but when I try it in my online host I get this message.
Please Help me and let me know if you want the files of the entire project
Thank in advance
Comments
// check if the admin is even accessible... this method looks at if the admin is enabled and at any remote host or IP restrictions
if ($this->validate AND !$this->fuel->auth->can_access())
{
show_404();
}
but how to enable admin at remote host ?
just make true as this
$config['admin_enabled'] = true;