AppServ: Difference between revisions
Jump to navigation
Jump to search
(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...") |
m (add version) |
||
| Line 2: | Line 2: | ||
== Change the default install directory of AppServ == | == Change the default install directory of AppServ == | ||
{{Software version| software=AppServ | url=http://www.appservnetwork.com/ | version=2.5.10 }} | |||
Change the default install directory of AppServ from C:\AppServ to X:\AppServ | Change the default install directory of AppServ from C:\AppServ to X:\AppServ | ||
Revision as of 10:08, 7 May 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!