virtualhost keeps redirecting to deleted alias information
问题 I have a DigitalOcean droplet (i.e. a VPS server), with Ubuntu 14.04 and Apache 2.2. I had 4 virtualhosts configured, with 4 different domains pointing to 4 different folders, no problem. I needed to point a 5th domain (let's call it www.someshop.tld ) containing a PrestaShop installation. I added the following Alias to the apache2/sites-available/domain1.conf file so that www.domain1.tld/someshop would lead to www/prestashop , and it worked fine <VirtualHost *:80> ServerName www.domain1.tld