Add experimental $wgActionPaths config option.
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 28 Feb 2005 07:07:14 +0000 (07:07 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 28 Feb 2005 07:07:14 +0000 (07:07 +0000)
commit7bbce3f6feded604919290c3825398b18ede9351
tree824802e2437c39299dae209132a6b8380b8669ab
parent36a6d48bdef37796a2e11f3158b5f663a5eaa503
Add experimental $wgActionPaths config option.
To set 'pretty' URL paths for actions other than
plain page views, add to this array. For instance:
  'edit' => "$wgScriptPath/edit/$1"
There must be an appropriate script or rewrite rule
to handle these URLs.
includes/DefaultSettings.php
includes/Title.php