AppServ

From LemonWiki共筆
Revision as of 17:14, 16 June 2014 by Planetoid (talk | contribs)
Jump to navigation Jump to search


Change the default install directory of AppServ

AppServ v.2.5.10


Change the default install directory of AppServ from C:\AppServ to X:\AppServ

  • Stop the AppServ service: Apache & MySQL services
  • Move the files from C:\AppServ to X:\AppServ
  • change the path of configuration file: httpd.conf, my.ini & php.ini
    • search the string: C:/AppServ/ and replace with the new path: X:/AppServ/
  • change the registry (path of service)
    • input Windows + r to open the console window
    • and input regedit to launch the registry editor
    • search the string: C:\AppServ\ and replace with the new path: X:\AppServ\
    • close the registry editor
  • start the AppServ service: Apache & MySQL services. And good luck!


related page: XAMPP