On Wed, Sep 11, 2019 at 9:17 PM Daniel Armando Rodriguez <drodriguez@xxxxxxxxxxxx> wrote: > > Hi, > > I'ḿ trying to achieve the subject's goal with no success so far. > This is my apache's config > > <VirtualHost *:80> > > ServerName alumnos.epet1.edu.ar > ServerAlias proyectos.alumnos.epet1.edu.ar > ServerAdmin administrador@xxxxxxxxxxxx > > DocumentRoot /var/www/proyectos.alumnos > > <Directory /var/www/proyectos.alumnos/> > Options Indexes FollowSymLinks MultiViews > AllowOverride All > Require all granted > </Directory> > > ErrorLog ${APACHE_LOG_DIR}/error_proyectos.alumnos.log > CustomLog ${APACHE_LOG_DIR}/access_proyectos.alumnos.log combined > > </VirtualHost> > > Accessing the VH URL browser is redirected to www.epet1... > > Have to say that alumnos.epet1... is a fully functional domain > > I'm stuck with this problem, any clue? Do you get the same failure from a command line client? Is the request logged to the custom access log? Are there htaccess files? What other headers accompany the redirect? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx