Canan

Salut, je suis Canan

Oups ...

N'oubliez jamais que l'impossible est possible

:(


Your PC ran into a problem and needs to restart.
We're just collecting some error info, and then we'll restart for you.


0% complete



QR Code

For more information about this issue and possible fixes, visit
https://www.windows.com/stopcode

If you call a support person, give them this info:
Stop code: SYSTEM_SERVICE_EXCEPTION

Personnaliser le dossier www

Personnaliser le dossier www

Wamp




Étapes

  1. Récupérer la version actuelle d'Apache
  2. http://localhost/add_vhost.php
  3. Mettre à jour le fichier "C:\wamp64\bin\apache\apache2.4.39\conf\httpd.conf" file
  4. > Ajouter ou modifier (pas de suppression !) pour avoir comme suit :
  5. #DocumentRoot "${INSTALL_DIR}/www"
  6. #<Directory "${INSTALL_DIR}/www/">
  7. /!\ #Pas de "\" mais seulement des "/" !
  8. DocumentRoot "__VOTRE_NOUVEAU_DOSSIER__"
  9. <Directory "__VOTRE_NOUVEAU_DOSSIER__/">
  10. Mettre à jour le fichier "C:\wamp64\www\index.php"
  11. > Ajouter ou modifier (pas de suppression !) pour avoir comme suit :
  12. //$server_dir = "../";
  13. /!\ #Pas de "\" mais seulement des "/" !
  14. $server_dir = "C:/wamp64/";
  15. Mettre à jour le fichier "C:\wamp64\bin\apache\apache2.4.39\conf\extra\httpd-vhosts.conf"
  16. > Ajouter ou modifier (pas de suppression !) pour avoir comme suit :
  17. #DocumentRoot "${INSTALL_DIR}/www"
  18. #<Directory "${INSTALL_DIR}/www/">
  19. /!\ #Pas de "\" mais seulement des "/" !
  20. DocumentRoot "__VOTRE_NOUVEAU_DOSSIER__"
  21. <Directory "__VOTRE_NOUVEAU_DOSSIER__/">