I didn’t want to do a new install; just wanted to keep everything as-is so I could set up a dev environment. This was going from Linux to Windows, vice versa is probably the same:
- Copy the following directories:
- administrator
- components
- editor
- images
- includes
- language
- mambots
- templates
- files in /
- Update configuration.php with the following:
... $mosConfig_absolute_path = 'C:/.../path-to-webroot'; $mosConfig_debug= '1'; // useful if you want it $mosConfig_error_reporting = '1'; // useful if you want it $mosConfig_password = 'newpassword'; // db password, looks like this may be hashed though $mosConfig_user = 'new-db-username'; ...
Hope this helps. Good luck!