to select ↑↓ to navigate
Learning

Learning

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 1 week ago
Was this helpful?
Thanks!