//----------------------------------------------------------------------------- ESP 1. Localizar archivo httpd.conf en la carpeta conf de Apache 2. Abrir el archivo con cualquier editor de textos. 3. Posicionarse al final y agregar la siguiente línea: Win32 Include "c:/servers/alias/*" Win64 Include "c:/servers/alias64/*" 4. Reiniciar Apache //----------------------------------------------------------------------------- ENG 1. Locate the file httpd.conf in the Apache configuration folder "conf" 2. Open the file with any text editor. 3. Go to the botton and add the next line: Win32 Include "c:/servers/alias/*" Win64 Include "c:/servers/alias64/*" 4. Restart Apache