Jump to content

Recommended Posts

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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...