Page 1 of 1

Moving whole XAMPP

PostPosted: 13. July 2017 19:21
by transbetty
Hello,

I installed XAMPP to default C:\xampp, now I want to move it elsewhere (C:\Net\xampp).

Is there a list of config files which require search & replace ? I'm not very good with regular expressions so I would rather do it with simple search where needed.

Thanks for the tips

Re: Moving whole XAMPP

PostPosted: 13. July 2017 21:02
by Altrea
- Stop all XAMPP Processes
- Unregister all XAMPP Windows Services
- move the entire XAMPP folder
- execute the setup_xampp.bat script (which will reset all paths for you)

Then you should be able to start the Processes, set Windows Services again, etc.

Re: Moving whole XAMPP

PostPosted: 18. July 2017 17:44
by transbetty
That worked fine, thank you.