AppServ: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 15: | Line 15: | ||
** close the registry editor | ** close the registry editor | ||
* start the AppServ service: Apache & MySQL services. And good luck! | * start the AppServ service: Apache & MySQL services. And good luck! | ||
related page: [[XAMPP]] | |||
[[Category:Server]] [[Category:Software]] | [[Category:Server]] [[Category:Software]] | ||
Revision as of 17:14, 16 June 2014
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