

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

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
Wamp
Étapes
- Récupérer la version actuelle d'Apache
- http://localhost/add_vhost.php
- Mettre à jour le fichier "C:\wamp64\bin\apache\apache2.4.39\conf\httpd.conf" file
- > Ajouter ou modifier (pas de suppression !) pour avoir comme suit :
#DocumentRoot "${INSTALL_DIR}/www"
#<Directory "${INSTALL_DIR}/www/">
- /!\ #Pas de "\" mais seulement des "/" !
DocumentRoot "__VOTRE_NOUVEAU_DOSSIER__"
<Directory "__VOTRE_NOUVEAU_DOSSIER__/">
- Mettre à jour le fichier "C:\wamp64\www\index.php"
- > Ajouter ou modifier (pas de suppression !) pour avoir comme suit :
//$server_dir = "../";
- /!\ #Pas de "\" mais seulement des "/" !
$server_dir = "C:/wamp64/";
- Mettre à jour le fichier "C:\wamp64\bin\apache\apache2.4.39\conf\extra\httpd-vhosts.conf"
- > Ajouter ou modifier (pas de suppression !) pour avoir comme suit :
#DocumentRoot "${INSTALL_DIR}/www"
#<Directory "${INSTALL_DIR}/www/">
- /!\ #Pas de "\" mais seulement des "/" !
DocumentRoot "__VOTRE_NOUVEAU_DOSSIER__"
<Directory "__VOTRE_NOUVEAU_DOSSIER__/">