--- label: 'Editing a URL alias' related: - path.overview - path.creating_alias --- {% set path_permissions_link_text %} {% trans %}Administer URL aliases{% endtrans %} {% endset %} {% set path_permissions_link = render_var(help_route_link(path_permissions_link_text, 'user.admin_permissions.module', {'modules': 'path'})) %} {% set path_aliases_link_text %} {% trans %}URL aliases{% endtrans %} {% endset %} {% set path_aliases_link = render_var(help_route_link(path_aliases_link_text, 'entity.path_alias.collection')) %} {% set path_overview_topic = render_var(help_topic_link('path.overview')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Change an existing URL alias, to correct the path or the alias value. See {{ path_overview_topic }} for more about aliases.{% endtrans %}

{% trans %}Who can manage URL aliases?{% endtrans %}

{% trans %}Users with the {{ path_permissions_link }} permission can edit aliases.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administration menu, navigate to Configuration > Search and metadata > {{ path_aliases_link }}. A list of all the site's aliases will appear.{% endtrans %}
  2. {% trans %}Click Edit in the dropdown button for the alias that you would like to change.{% endtrans %}
  3. {% trans %}Make the required changes and click Save. You will be returned to the URL alias list page.{% endtrans %}
  4. {% trans %}Note that you can also add new aliases from this page, for any path on your site.{% endtrans %}