سلام
می تونید ریدایرکت کنید
httpd.conf
.htaccess
کد:<VirtualHost *:80> ServerName key.test.ir redirect / 10.201.59.60:1/ </VirtualHost>
کد:RewriteEngine on RewriteCond %{HTTP_HOST} ^key\.test\.ir$ [NC] RewriteRule ^(.*)$ 10.201.59.60:1/$1 [R=301]
با استفاده از mod_پroxy
کد:<VirtualHost *:80> ServerAdmin info@test.ir ServerName key.test.ir *****PreserveHost On # setup the ***** <***** *> Order allow,deny Allow from all </*****> *****Pass / 10.201.59.60:1/ *****PassReverse / 10.201.59.60:1/ </VirtualHost>