Redirecting to phpMyAdmin in vPanel when logging in. I cannot login

If you can’t log in to your free hosting phpMyAdmin because it keeps redirecting, do the following: Change your password via Change Password to the same one Clear your browser cookies, cache, and temporary files Clear Authenticated Sessions (may not be available in all browsers) Logout of your control panel if not already done Restart your browser and …

What functions in PHP are disabled?

On all services, server-level functions (eg. exec) are disabled however this may change as new versions of PHP come out. To find the latest functions disabled please refer to PHP info by uploading a page with the following content: <?php phpinfo(); ?> To learn more, Ask the Community >>