Totara Learn Open Discussions

URL updating within the Page Content box

 
Craig Eves
Re: URL updating within the Page Content box
Eves (Totara Support)Craig 发表于 2025年10月9日 Thursday 15:48
 

Hi Nicole

Some references will not be updated such as references to files

see https://totara.help/docs/change-the-url-of-your-site

If you are updating the URL of your site there may be references to the old URL in the database that need to be updated. You can update these references by following these steps:

  1. Go to Quick-access menu > Server > Maintenance mode and enable maintenance mode.

  2. Create a full backup of your database and data directory.

  3. Run the admin/cli/replace.php script (please see the warning below).

  4. Change your config.php.

  5. Purge all caches (php admin/cli/purge_caches.php).

  6. Optionally configure redirects in your web server for the old URL to the new URL (refer to your web server documentation).

  7. Test the site thoroughly as a Site Administrator.

  8. Disable maintenance mode.

Please note that using the admin/cli/replace.php script is high risk, and should be done carefully. Ensure that the string that you are replacing is unique enough that it could only match uses of the old URL, otherwise you will risk replacing strings you did not intend to. The changes made here cannot be undone, so if you encounter problems then you should restore the backup taken in the first step.

regards