Virtualhost sous Apache
Résolu
Hantse
-
Hantse -
Hantse -
A voir également:
- Virtualhost sous Apache
- Apache open office gratuit - Télécharger - Suite bureautique
- Apache laragon - Télécharger - Divers Web & Internet
- Apache - Forum Réseau
- Ftp apache ✓ - Forum Webmastering
- Apache curl - Forum Linux / Unix
8 réponses
Tu dois avoir un log quelque part, il faudrait l'erreur exacte.
C'est quoi que tu utilises ? Apache seul ? WAMPP ? Windows, Linux ?
C'est quoi que tu utilises ? Apache seul ? WAMPP ? Windows, Linux ?
Recherche un fichier error.log sur ton disque dur (dans le dossier d'Apache, par exemple), et regarde si tu as des erreurs à la fin du fichier.
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
J'ai résolus le problème du fichier host.
J'ai un autre soucis, dans mes virtual host :
<VirtualHost *:80>
DocumentRoot E:/NDD1/
ServerName NDD1.tk
ServerName www.NDD1.tk
</Virtualhost>
<VirtualHost *:80>
DocumentRoot E:/NDD2/
ServerName NDD2.tk
ServerName www.NDD2.tk
</VirtualHost>
Quand je tape :
NDD1.tk je tombe au bon endroit
www.NDD1.tk je tombe au bon endroit
NDD2.tk je tombe sur le NDD1
www.NDD2.tk je tombe au bon endroit
Un soucis dans mon fichier vhost ?
Merci d'avance
J'ai un autre soucis, dans mes virtual host :
<VirtualHost *:80>
DocumentRoot E:/NDD1/
ServerName NDD1.tk
ServerName www.NDD1.tk
</Virtualhost>
<VirtualHost *:80>
DocumentRoot E:/NDD2/
ServerName NDD2.tk
ServerName www.NDD2.tk
</VirtualHost>
Quand je tape :
NDD1.tk je tombe au bon endroit
www.NDD1.tk je tombe au bon endroit
NDD2.tk je tombe sur le NDD1
www.NDD2.tk je tombe au bon endroit
Un soucis dans mon fichier vhost ?
Merci d'avance