---
title: "Page URL paths for different Drupal versions"
date: "2025-02-06T01:10:56+00:00"
summary:
image:
type: "article"
url: "/acquia-cloud-platform/help/92336-page-url-paths-different-drupal-versions"
id: "54ef51b4-16f1-4fe7-8401-9f5f2aa62154"
---

### Issue

How did menu pages change from Drupal 7 to Drupal 8?

### Resolution

[Drupal.org](http://www.drupal.org/) contains the original documentation on [Menu path changes from 6.x to 7.x](https://drupal.org/node/719612) . Pages for Drupal version 8 and above remained largely similar to Drupal 7, with a few minor exceptions. In this article we outline the menu or path locations for various items, sorted by page.

To use these Drupal feature paths, simply append the path for your installed version of Drupal to the end of your site's URL. For example, to visit your Drupal 7 site's **Themes** page, go to `http://www.[your website].com/admin/appearance`.

Page

Drupal version

Path

**Configuration** pages (default)

Drupal 6

`/admin/settings/*`

 

Drupal 7

`/admin/config/*`

 

Current Drupal

`/admin/config/*`

**Structure** pages (default)

Drupal 6

`/admin/build/*`

 

Drupal 7

`/admin/structure/*`

 

Current Drupal

`/admin/structure/*`

**Modules/Extend** pages

Drupal 6

`/admin/build/modules`

 

Drupal 7

`/admin/modules`

 

Current Drupal

`/admin/modules`

**Themes/Appearance** page

Drupal 6

`/admin/build/themes`

 

Drupal 7

`/admin/appearance`

 

Current Drupal

`/admin/appearance`

**URL aliases** page

Drupal 6

`/admin/build/path`

 

Drupal 7

`/admin/config/search/path`

 

Current Drupal

`/admin/config/search/path`

**Blocks** page

Drupal 6

`/admin/build/block`

 

Drupal 7

`/admin/structure/block`

 

Current Drupal

`/admin/structure/block/block-content`

**Menus** page

Drupal 6

`/admin/build/menu`

 

Drupal 7

`/admin/structure/menu`

 

Current Drupal

`/admin/structure/menu`

**Content types** page

Drupal 6

`/admin/content/types`

 

Drupal 7

`/admin/structure/types`

 

Current Drupal

`/admin/structure/types`

**Taxonomy** page

Drupal 6

`/admin/content/taxonomy`

 

Drupal 7

`/admin/structure/taxonomy`

 

Current Drupal

`/admin/structure/taxonomy`

**Forums** page

Drupal 6

`/admin/content/forum`

 

Drupal 7

`/admin/structure/forum`

 

Current Drupal

`/admin/structure/forum`

**Development** page

Drupal 6

`/admin/build/testing`

 

Drupal 7

`/admin/config/development/testing`

 

Current Drupal

`/admin/config/development/devel`

**Maintenance mode** page

Drupal 6

`/admin/settings/site-maintenance`

 

Drupal 7

`/admin/config/development/maintenance`

 

Current Drupal

`/admin/config/development/maintenance`

**Performance** page

Drupal 6

`/admin/settings/performance`

 

Drupal 7

`/admin/config/development/performance`

 

Current Drupal

`/admin/config/development/performance`

**Contact** page

Drupal 6

`/admin/settings/contact`

 

Drupal 7

_Removed_

 

Current Drupal

_NONE_

**Text formats** page

Drupal 6

`/admin/settings/filters`

 

Drupal 7

`/admin/config/content/formats`

 

Current Drupal

`/admin/config/content/formats`

**People** page

Drupal 6

`/admin/user/user`

 

Drupal 7

`/admin/people`

 

Current Drupal

`/admin/people`

**Permissions** page

Drupal 6

`/admin/user/permissions`

 

Drupal 7

`/admin/people/permissions`

 

Current Drupal

`/admin/people/permissions`

**Roles** page

Drupal 6

`/admin/user/roles`

 

Drupal 7

`/admin/people/permissions/roles`

 

Current Drupal

`/admin/people/roles`

**Media-related** page

Drupal 6

_NONE_

 

Drupal 7

`/admin/config/media`

 

Current Drupal

`/admin/config/media`

**Logout**

Drupal 6

`/logout`

 

Drupal 7

`/user/logout`

 

Current Drupal

`/user/logout`

**Clean URLs**

Drupal 6

`/admin/settings/clean-url`

 

Drupal 7

`/admin/config/search/clean-urls/`

 

Current Drupal

_Removed_

**Search** pages

Drupal 6

`/admin/settings/search`

 

Drupal 7

`/admin/config/search/settings`

 

Current Drupal

`/admin/config/search/pages`