Panel link for clients
Panel link for clients
Re: Panel link for clients
Every new created user get an email with this loginlink and the creditals.
Re: Panel link for clients
Re: Panel link for clients
---
As a starter, some ideas - depending on your setup they might not be suitable / not complete!
If you want to go the "Path" way (eg. https://client-domain.com/keyhelp -> redirection to KeyHelp login):
You could create a cronjob, which regularly iterates over all user domain target folders (/home/users/*/www/...), and do either 1) or 2).
1) create a folder keyhelp/. Then put an index.php file into the created keyhelp/ folder with the content:
Code: Select all
<?php
header('Location: https://<URL TO YOUR LOGIN>');
Code: Select all
RewriteEngine On
RewriteRule ^keyhelp$ https://<URL TO YOUR LOGIN> [R=302,NE,L]
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************