AppServ

From LemonWiki共筆
Revision as of 14:26, 5 May 2014 by Planetoid (talk | contribs) (Created page with " == Change the default install directory of AppServ == Change the default install directory of AppServ from C:\AppServ to X:\AppServ * Stop the AppServ service: Apache & MyS...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Change the default install directory of AppServ

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!