Dashboard shows 404 page not found in live hosting

edited December 2015 in News & Announcements
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

  • edited 8:59AM
    I think the problem from this

    // 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 ?
  • edited 8:59AM
    solved the problem at fuel/config/fuel.php
    just make true as this
    $config['admin_enabled'] = true;
Sign In or Register to comment.