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.
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.
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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now