| chaica a écrit : 
 
 | Code : 
 <VirtualHost *>        ServerAdmin webmaster@localhost        ServerName www.chezmoi.com/dossier        DocumentRoot /var/www/dossier        <Directory /var/www/dossier/>                Options Indexes FollowSymLinks MultiViews                DirectoryIndex index.html                AllowOverride None                Order allow,deny                allow from all        </Directory>        ErrorLog /var/log/apache2/error.log        # Possible values include: debug, info, notice, warn, error, crit,        # alert, emerg.        LogLevel warn        CustomLog /var/log/apache2/access.log combined        ServerSignature On</VirtualHost>
 | 
 
 J'ai ça chez moi, j'ai divisé en plusieurs virtualhosts.
 
 
 |