how do i change the webmail and phpmyadmin address for client website? by default, if a client need to access webmail, the he will need to go to http://host.com:81/webmail, which is not good for a client who has his own domain. I need to change it to something like http://client.com/webmail. is it possible with ispconfig??? the same thing with phpmyadmin. thx for any help.
You can do this e.g. by adding mod_rewrite rules in the apache directives field of the website settings. Here are some examples: http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
I think this is what you are wanting. if not sorry for wasted space. in ispconfig go to the customer domain, add a co-domain like ( webmail.customer.tld ) the click on forward tab and put in ( https://customer.tld:81/webmail/ ). it will take them to (https://customer.tld:81/webmail/) but all they have to type in is http://webmail.customer.tld ... I used ( http://wm.mydomain.tld ) for webmail and ( http://cp.mydomain.tld ) for ispconfig. I tried the apache rewrite but could not get it to work with ubuntu 8.04 and ispconfig Lee