ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   Installation / System Requirements (http://forum.ispsystem.com//forumdisplay.php?f=10)
-   -   ISPManager in subdomain (http://forum.ispsystem.com//showthread.php?t=891)

stderr 01-14-2010 11:10 AM

ISPManager in subdomain
 
Hi,

is possible to change default location of ISPManager (Alias /manager /usr/local/ispmgr/bin) to a subdomain, e.g. ispm.domain.tld?
I tried to make new VirtualHost with DocumentRoot /usr.../bin or VirtualHost with Alias / /usr.../bin, but without success.... After this I got a login to "phpMyAdmin" (http authentification method) but in configuration of phpmyadmin we've allowed login only with cookies (via web)..so I really don't understand what happens..

Edit: I forgot, that ispmanager is running on Centos 5.4 x86_64

Thanks for replays!

slava 01-16-2010 06:36 PM

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>



All times are GMT +2. The time now is 07:05 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.