in reply to (OT) Directing webmail.somehost.com => smoehost.com/cgi-bin/webmail.pl using Apache
I hope that helps to get you started.<host xyz> ServerName client.domain.com ServerAlias webmail.client.domain.com RewriteEngine on RewriteCond %{HOST_NAME} ^webmail.client.domain.com$ RewriteRule ^/$ http://webmail.client.domain.com/cgi-bin/webmail [ +L,R] </host>
regards,
tomte
|
|---|