I have squirrelmail on my server and I am trying to get it to work correctly. it works if I go to 192.168.1.100/webmail, but if I try to go to remcycle.net:8080/webmail I get a "url not found" I have verified that webmail is in /var/www/ I tried to make a ln -s to /var/www/remcycle.net/web/webmail, but when I go to remcycle.net/webmail it is blank. No error, just white. I heard you can only use it in your vhost if you have mod-php enable which I do. I don't care about getting it on my website all I want is to be able to access in any other way than the ip addresss. Code: #ls -la l rwxrwxrwx 1 root root 23 May 5 09:11 webmail -> /usr/share/squirrelmail
There is only one issue with that guide. I added Code: <VirtualHost 76.10.223.195:80> DocumentRoot /usr/share/squirrelmail ServerName webmail.remcycle.net </VirtualHost> The the file /etc/apache2/conf.d/squirrelmail.conf After reloading apache webmail.remcycle.net works as squirrel mail, but it has also forced remcycle.net to go to squirrel mail too. I was just wanting webmail.remcycle.net to do this. Any suggestions?