--- label: 'Configuring aliases for URLs' top_level: true related: - path.creating_alias - path.editing_alias ---

{% trans %}What is a URL?{% endtrans %}

{% trans %}URL is the abbreviation for "Uniform Resource Locator", which is the page's address on the web. It is the "name" by which a browser identifies a page to display. In the example "Visit us at example.com.", https://example.com would be the URL for the home page of your website. Users use URLs to locate content on the web.{% endtrans %}

{% trans %}What is a path?{% endtrans %}

{% trans %}A path is the unique, last part of the URL for a specific function or piece of content. For example, for a page whose full URL is https://example.com/node/7, the path is node/7. Here are some examples of paths you might find in your site:{% endtrans %}

{% trans %}What is an alias?{% endtrans %}

{% trans %}The core software allows you to provide more understandable URLs for pages on your site, which are called aliases. For example, if you have an "About Us" page with the path node/7, you can set up an alias of about so that your visitors will see it as https://www.example.com/about.{% endtrans %}

{% trans %}Overview of configuring paths, aliases, and URLs{% endtrans %}

{% trans %}The core Path module provides the URL aliasing functionality. The contributed Pathauto module allows you to configure automatically-generated URL aliases for content items and other pages. See the related topics listed below for specific tasks.{% endtrans %}

{% trans %}Additional resources{% endtrans %}