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.
- Access your server's terminal.
- Open your
site_config.jsonfile. - Add the
lms_pathkey:
{
"lms_path": "school"
}
- 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?