Apache : Les Virtual Hosts
Code BASH :
Alias /web "/home/utilisateur/web" <Directory "/home/utilisateur/web"> Options Indexes FollowSymLinks MultiViews AllowOverride All Order deny,allow Deny from all Allow from localhost </Directory>