Broken Link

Component type

module

Maintenance status

Development status

Downloads

3099

Component created

Component changed

Broken Link module features:

  1. Tracking of 404 Page not found request and it hit counts.
  2. Can specify the redirection path by using regular expression pattern matching.

Module will be needy one to handle many inbound links after Drupal migration.

Libraries in Profiles

Component type

module

Maintenance status

Development status

Downloads

4148

Component created

Component changed

This project pre-emptively checks for missing JavaScript/CSS Assets and looks in other locations - the active profile folder and a user configurable extra location.

REQUIREMENTS

Drupal 8 is required, Drupal 8.2.x or higher is suggested.

INSTALLATION

Install as you would normally install a contributed Drupal module. See the Drupal 8 instructions if required in the Drupal documentation for further information.

Error redirect

Component type

module

Categories

Maintenance status

Development status

Downloads

173

Component created

Component changed

This module provides redirecting to the target page when the user gets an error (403 or 404) on specific page (can be wildcards). For example, we have books node type available only for one role (reader). So, other users will see the 403 error (access denied), but instead this error, we want to redirect this users to the form where they can get the reader role.

Entity view mode path

Component type

module

Maintenance status

Development status

Component created

Component changed

Create additional paths for a given entity type and choose which view mode should be used for rendering. For instance, if you want to show the teaser of a node at a specific URL.

Requirements

Configuration

On the configuration page you can add as many path patterns as you desire, path patterns are based on the regular entity url's/aliases.

Me Redirect

Component type

module

Categories

Maintenance status

Development status

Downloads

168

Component created

Component changed

Description

A simple alternative to Me Aliases for Drupal 8, this module redirects all /me/* paths to the appropriate /user/%user/* page.

It does this as a 302 redirect in case you ever wish to change how this works.

Similar Modules

  • me aliases - Use me aliases if you want aliases instead of redirects. (At the time of this writing, not yet available for D8)

Unpublished Nodes Redirect

Component type

module

Maintenance status

Development status

Downloads

865

Component created

Component changed

Unpublished Nodes Redirect is a simple module to allow admin users to setup redirects for each node type on their site. They can also set different types of redirects per node type. Developers can alter the node type list if required. The redirect will only effect anonymous users, if you have admin users that do not have permissions to view unpublished nodes, they will still see a 403 Access Denied for these pages.

Node Alias History

Component type

module

Categories

Maintenance status

Development status

Downloads

238

Component created

Component changed

INTRODUCTION :

This module keeps full history of all the aliases for the node. Whenever the alias of a node is changed or updated, user can view the complete history of all the aliases.

Use case:
If administrator want to keep track of all the changes made to the alias then he can use this module. He can also keep track of all the users who tried to change the alias of the node.

INSTALLATION :