Errors
Solve the 404 error on the admin dashboard
When I changed the URI to access to my dashboard, when I logged in again, there was a 404 error on the admin dashboard. It seems is something related to permissions and can be easily solved executing the following commands: find . -type d -exec chmod 755 {} ; find Read more…