to select ↑↓ to navigate
Learning

Learning

Open in ChatGPT
Ask ChatGPT about this page
Open in Claude
Ask Claude about this page

Configuring Custom Base Path

By default, your portal is accessible at your-site.com/lms. If you prefer a different directory (e.g., /school or /academy), you can change the Base Path.

  1. Access your server's terminal.
  2. Open your site_config.json file.
  3. Add the lms_path key:
{
  "lms_path": "school"
}
  1. Important: Clear cache and restart to apply changes. You can do it by running the following commands:
bench clear-cache
bench restart

The dashboard will now be accessible at /school instead.

Last updated 3 months ago
Was this helpful?
Thanks!