Hi everyone, I have a problem with redirecting a site on ISPConfig, basically I have a site that has the same name as the server (example: isp.config.dominio.it) and I would like it to be directed to (example: https : //isp.config.dominio.it:8080) to access the ISPConfig panel but when I set it it continues to show me the default page of apache2 and does not forward it, this only does it with this site, with all the others works and works even if I change the name to the server, also I noticed that it works even if I add the https in front of the search. I don't know if it can hit because it's the same name as the server. Thanks to those who can give me a hand.
Thanks, I was able to solve it, I wanted to ask you by chance you can also tell me how to solve the following problem that is: When in a domain site only one type / webmail to access the webmail gives me an error: The page does not work error 500, if can you help me out for this too, thank you. A thousand thanks
Normally the default vhost is used to access webmail. By disabling the default vhost, you'll get problems to access it now. The best option for your special configuration is probably that you manually install a copy of roundcube into a website e.g. webmail.dominio.it and then access it using this domain name instead of using the global install and alias.
But if at this moment I install it on a site as you say, wouldn't it create problems with the configuration of the previous mail? And would it still be possible to create a global alias to log in like that? But by default virtual host you mean 000-default? Thanks
Using a global alias to run roundcube under the php daemon of each individual site is insecure, if you want those urls to work, setup one site with roundcube and reverse proxy all the others to that, and ensure all your stress use https, not http. I simply use a redirect to the actual webmail site, which is a little simpler, but a reverse proxy would work.