Cpanel for website

is there a cpanel available for the free plans or it’s just the vistapanel?

My domain is subdomain under .epizy.com. I wanted to reach the cpanel by writing my domain/cpanel but it didn’t work, is it because it’s not available for free plans? (I know vistapanel can do lots of the cpanel things, but wanted to make sure)

Only VPanel

5 Likes

If you have an .htaccess file in your htdocs folder, add this to the end of the file:

# Redirect to Vpanel
Redirect 301 /cpanel https://cpanel.epizy.com/login.php

Else, create one .htaccess file in your htdocs folder with that content.

This will redirect all requests made to http(s)://yourdomain.com/cpanel to InfinityFree’s Vpanel.

6 Likes

this is so helpful, thanks

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.