Good day, I was hoping to find someone who could guide me. What I wanted to do is move the ISPconfig web interface, currently it is like this: name.example.com/ispconfig what I want is anothername.example.com No problem doing this with Squirrelmail, just made a site in ISPconfig and used ln -s But doing this on the web interface folder for ispconfig resaults in error 500 and nothing works. Thank you so much! Best Regards Tomas [email protected]
Well , I just added a site using the iscponfig interface, do I need to change the vhost? I'm not sure excatly what you are talking about With best regards Thomas
Thats because you are doin a security violation. The ispconfig interface is a dedicated vhost on port 8080 and you have to connect to it by http://yourdomain.com:8080/
Well when I did install ISPconfig I moved it to port 80. I understand what you mean, I located the ispconfig.vhost files in /etc/apache2/sites-available and added "ServerName anothername.example.com" after <virtualhost *:80> and removed the site I had added for that domain. Then I commented out "NamedVirtualHost *:80 and presto it works Thank you for your help!