Canan

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



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

Custom www folder

Custom www folder

Wamp




Steps

  1. Get current Apache version
  2. http://localhost/add_vhost.php
  3. Update "C:\wamp64\bin\apache\apache2.4.39\conf\httpd.conf" file
  4. > Add or Edit (not remove!) to have following lines:
  5. #DocumentRoot "${INSTALL_DIR}/www"
  6. #<Directory "${INSTALL_DIR}/www/">
  7. /!\ #No "\" but only "/"!
  8. DocumentRoot "__YOUR_NEW_FOLDER__"
  9. <Directory "__YOUR_NEW_FOLDER__/">
  10. Update "C:\wamp64\www\index.php" file
  11. > Add or Edit (not remove!) to have following lines:
  12. //$server_dir = "../";
  13. /!\ #No "\" but only "/"!
  14. $server_dir = "C:/wamp64/";
  15. Update "C:\wamp64\bin\apache\apache2.4.39\conf\extra\httpd-vhosts.conf" file
  16. > Add or Edit (not remove !) to have following lines:
  17. #DocumentRoot "${INSTALL_DIR}/www"
  18. #<Directory "${INSTALL_DIR}/www/">
  19. /!\ #No "\" but only "/"!
  20. DocumentRoot "__YOUR_NEW_FOLDER__"
  21. <Directory "__YOUR_NEW_FOLDER__/">