Sounds like you buggered your HTTP permissions. Under /var/www/html/evb/ you should have a .htaccess file, find it with ls -la. If so, one easy solution is to rename it to ..htaccess. This will prevent it from working, and allow you to confirm this is the issue. If it fixes it, you can less the file and see who's got access to that dir w/ apache. You man need to update apache passwords and such if you want folks to login with a password and such.
Re - unable to login easyvoxbox admin panel
Sounds like you buggered your HTTP permissions. Under /var/www/html/evb/ you should have a .htaccess file, find it with ls -la. If so, one easy solution is to rename it to ..htaccess. This will prevent it from working, and allow you to confirm this is the issue. If it fixes it, you can less the file and see who's got access to that dir w/ apache. You man need to update apache passwords and such if you want folks to login with a password and such.