-
New Feature
-
Resolution: Fixed
-
Minor
-
2.0.3, 3.1
-
MOODLE_20_STABLE, MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
MDL-28030-cleanurls -
Clean URLs (a.k.a. Friendly URLs) are URLs that are rewritten to look like a directory structure rather than a PHP query. For example:
Messy URL: http://example.com/course/view.php?id=1
Clean URL: http://example.com/course/1
All other modern Content Management Systems I've encountered [Drupal, WordPress, etc.] have some implementation of Clean URLs. This is because they serve a variety of crucial functions: easy to remember web addresses; search engine optimization; makes the site look more professional; etc. Ideally, site admins should be able to customize the clean URL for at least some kinds of content [i.e. Pages].
This issue has been discussed in the forums for years. When will this feature be implemented?
- has been marked as being related by
-
MDL-60140 Introduce a front controller
-
- Closed
-
-
MDL-44078 Proposal: API standard in Moodle that uses autoloading (hooks)
-
- Closed
-
- is parent of
-
MDL-79790 Enhancement Suggestion: Replace \core\output\url_rewriter Interface with Native Permalink Functionality for Clean URLs
-
- Open
-
- will help resolve
-
MDL-44934 Making Moodle Search Engine Friendly: add meta description tag for all Moodle pages
-
- Closed
-