Useful URL Shortcuts
Sometimes rather than navigating, it is easier to type in the relevant URLs, particularly if you have these set up with a text auto-completion tool. Also helpful if you can't get to say the site administration block because it has been hidden away.
In all examples, these go after your base URL e.g. /admin
means https://{yourmoodle.com}/admin
.
Path | Description |
---|---|
/admin/environment.php |
Environment page |
/admin/phpinfo.php |
PHP information |
/admin/plugins.php |
Plugins overview page |
/admin/search.php |
Search page for any site configuration option |
/admin/settings.php?section=debugging |
Developer debug settings |
/admin/roles/admins.php |
Site administrators |
/admin/user.php |
User management |
/course/search.php |
Search for a course by its name |
/user/index.php?id=1&search=fred |
Search for user with name fred |
/user/index.php?id=1&search=Fred%20Jones |
Search for user with name Fred Jones (%20 represents a space) |
/user/editadvanced.php?id=-1 |
Create a new user |
/user/editadvanced.php?id=2 |
Edit an existing user if you know their internal moodle id |
/user/profile.php?id=2 |
View the profile of an existing user if you know their internal moodle id |
No Comments