Hi, I'm Canan
Oups ...
Never forget impossible is 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
Custom www folder
Wamp
Steps
- Get current Apache version
- http://localhost/add_vhost.php
- Update "C:\wamp64\bin\apache\apache2.4.39\conf\httpd.conf" file
- > Add or Edit (not remove!) to have following lines:
#DocumentRoot "${INSTALL_DIR}/www"
#<Directory "${INSTALL_DIR}/www/">
- /!\ #No "\" but only "/"!
DocumentRoot "__YOUR_NEW_FOLDER__"
<Directory "__YOUR_NEW_FOLDER__/">
- Update "C:\wamp64\www\index.php" file
- > Add or Edit (not remove!) to have following lines:
//$server_dir = "../";
- /!\ #No "\" but only "/"!
$server_dir = "C:/wamp64/";
- Update "C:\wamp64\bin\apache\apache2.4.39\conf\extra\httpd-vhosts.conf" file
- > Add or Edit (not remove !) to have following lines:
#DocumentRoot "${INSTALL_DIR}/www"
#<Directory "${INSTALL_DIR}/www/">
- /!\ #No "\" but only "/"!
DocumentRoot "__YOUR_NEW_FOLDER__"
<Directory "__YOUR_NEW_FOLDER__/">