Inserting Links to Login Screens

To make logging on quick and convenient for administrators, you can add a link from your custom welcome page to the login screens for both Site Administrators and User Administrators.

To insert a link to the Site Administrator login screen, add the following code to the custom welcome page in /etc/virtualhosting/templates/apache/var/www/html/index.html.

Access to your Site Administrator: < a href="http://ENSIM_DOMAINNAME/admin/">http://ENSIM_DOMAINNAME/admin/</a>

When you create a domain and install the custom welcome page, Parallels Pro Control Panel replaces ENSIM_DOMAINNAME with the name of the domain.

To insert a link to the User Administrator login screen, add the following code to the custom welcome page in /etc/virtualhosting/templates/apache/var/www/html/index.html.

Access to your User Administrator: < a href="http://ENSIM_DOMAINNAME/user/">http://ENSIM_DOMAINNAME/user/</a>

When you create a domain and install the custom welcome page, Parallels Pro Control Panel replaces ENSIM_DOMAINNAME with the name of the domain.