Jump to content

Recommended Posts

Posted

Hi everyone,

I need assistance, as I am unable to log into my admin area, encountering a 404 error. But I can reach the client area, login, and frontend.

Posted
On 2/6/2025 at 10:08 PM, Vanessa said:

Hi everyone,

I need assistance, as I am unable to log into my admin area, encountering a 404 error. But I can reach the client area, login, and frontend.

Did you rename the admin directory in /config/routes.php?

Look for what is defined in the file like so:

/**
 * Admin panel directory name
 */
Configure::set('Route.admin', 'admin');

'admin' is the default route for ~/admin/ but if it was changed then you will need to use the new URL.

  • 2 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...