====== Apache (serveur HTTP) ====== ===== Autoriser le .htaccess ===== Dans la section ''Directory'' (et uniquement là) du vhost, inclure la directive ''AllowOverride'' ((https://httpd.apache.org/docs/current/fr/mod/core.html#allowoverride)) [...] AllowOverride All ===== Lister les vhost ===== sudo apachectl -t -D DUMP_VHOSTS ===== Activer un vhost ===== $ sudo a2ensite xyz.conf $ sudo systemctl reload apache2