Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.3, 3.1
-
MOODLE_20_STABLE, MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
MDL-28030-cleanurls -
Description
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?