Vanessa Posted February 7 Report Posted February 7 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. Quote
Paul Posted February 13 Report Posted February 13 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. Quote
Vanessa Posted February 26 Author Report Posted February 26 Hello Thank you for your reply. I'm not sure what went wrong, but the 404 error resolved itself. Paul 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.