S slohia Guest Jun 1, 2006 #1 I would like to know how I can have a default setting so that I can map cp.domain.com to www.domain.com:8443
I would like to know how I can have a default setting so that I can map cp.domain.com to www.domain.com:8443
J JLChafardet Regular Pleskian Jun 5, 2006 #2 the way i tricked this was adding a /plesk folder to the skeleton with index.php file containing: <?php header("Location: https://www.YOURMAINURL.com:8443"); exit(); ?> So everytime (since the start) your client types www.domain.tld/plesk will be automaticly redirected to the plesk login page.
the way i tricked this was adding a /plesk folder to the skeleton with index.php file containing: <?php header("Location: https://www.YOURMAINURL.com:8443"); exit(); ?> So everytime (since the start) your client types www.domain.tld/plesk will be automaticly redirected to the plesk login page.