Installation MySQL Server / PHP / Phpmyadmin

127.0.0.1 c’est normal je croyais que tu hébergeais toi même ton site donc la c’est juste un problème de dns

j’utilise ce fichier de conf chez moi et ça fonctionne

[code]<VirtualHost *>

<Directory “/var/www/jazz-in-the-kitchen”>
AllowOverride All
Options +Indexes ExecCGI -MultiViews +SymLinksIfOwnerMatch
Allow from all

DocumentRoot /var/www/jazz-in-the-kitchen
ServerName www.jazz-in-the-kitchen.com
ErrorLog /var/www/logs/jazz-error.log
CustomLog /var/www/logs/jazz-access.log combined
[/code]

Celui-ci je suis pratiquement sur que ça fonctionne avec ça si ce n’est pas le cas vérifie que tes dns[edit=orthographe :wink:]

cela ne marche pas
ce que je ne comprend pas c’est qu’avant cela marchait juste un créant un virtualhost via webmin en indiquant simplement le répertoire racine. sans même avoir à toucher au serveur dns BIND9.