webroot (this directory is set as the DocumentRoot directive)
We already created the directory we need, so we just need to alter the DocumentRoot directive to reflect the directory we created
Ya hemos creado el directorio que necesitamos, así que solo necesitamos alterar la directiva DocumentRoot para que refleje el directorio que hemos creado.
<root for this domain by altering the DocumentRoot directive to point to the directory you created for this host
Ya hemos creado el directorio que necesitamos, así que solo necesitamos alterar la directiva DocumentRoot para que refleje el directorio que hemos creado.
Developers using Apache should set the DocumentRoot directive for the domain to
Los desarrolladores que usan Apache deberán establecer la directiva DocumentRoot para el dominio a
Inside each <VirtualHost> block, you will need at minimum a ServerName directive to designate which host is served and a DocumentRoot directive to show where in the filesystem the content for that host lives.
Dentro de cada bloque <VirtualHost>, necesitará como mínimo una directiva ServerName para designar qué host se sirve y una directiva DocumentRoot para indicar dónde están los contenidos a servir dentro del sistema de ficheros.
We already created the directory we need, so we just need to alter the DocumentRoot directive to reflect the directory we created
Ya hemos creado lo que necesitamos, así que solo necesitamos modificar DocumentRoot para apuntarlo al directorio que hemos creado