View Single Post
Old 01-16-2010, 06:36 PM   #2
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

The easiest way to create a domain and redirect it via php script or .htaccess file or html-code

For example, you can put index.html file to domain root directory with content

HTML Code:
<html>
<head>
        <meta http-equiv=refresh content='0;URL=https://yourdomain.com/manager/ispmgr'>
</head>
<body>
</body>
</html>
slava is offline