Tags
Archives
Modx Move installation
Posted on Jan 29, 2024 by Trevor Smith
Instructions and checklist for moving Modx3 installation from subfolder to the root folder in a shared hosting environment.
Modx Version: 3.0.4
- Backup files
- Check Modx version - settings use"version" in search
- Move all the files to root folder
- Delete all files in core/cache
- Edit .htaccess "RewriteBase" line
- Edit config.core.php
- Edit core/config/config.inc.php
- Upload setup folder to the root folder. Setup folder can be downloaded from the Modx website (make sure it is the same version)
- Run setup
- Done