Alias Preserve

Component type

module

Maintenance status

Development status

Component created

Component changed

Alias Preserve

The alias preserve module is used to preserve URL aliases created that were updated and are no longer valid. For example, using pathauto, when you create a node, a path(path 1) is created for this node based on the node's title; however if the title of this node is later updated, the URL alias is also changed(path 2 is generated). Old aliased may be needed in the following cases:

Taxonomy -> Views redirection

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Very simple module to convert taxonomy/term/xx to yyyyy/xx based on terms' vocabulary.

It is ok to use "taxonomy override view" (taxonomy/term/%) but when you have more content types and different
vocabularies it is not easily possible to use views "taxonomy override view". With this little tweak I can have one single view for
each vocabulary (which is enough for me so far)

Public And Private Files

Component type

module

Maintenance status

Development status

Component created

Component changed

The objectives of this module consists in defining a new type of download method.

Private & Public - public files are available using HTTP directly and private file are transferred by DRUPAL, it uses the private path defined.

Why this module is interesting ?
Sometimes, you may need to have a control on the download of certain file, but you don't want to control all the files.

By setting up this module, you may use the private mode only for some paths to thanks to the specific "system/files" path.

UUID Path

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module rewrites some entity paths (e.g. nodes, node revisions, users, comments) to use UUIDs instead of entity IDs.

This module was sponsored by iO1 and iVillage.

Redirect export

Component type

module

Maintenance status

Development status

Downloads

667

Component created

Component changed

This is a simple module to export redirects to Apache rules.

Apache rules will be faster than Drupal can be, and if put in version control perhaps more maintainable over the long term.

This functionality was requested at #791754: Export redirects to webserver rules but there doesn't seem to be anyone doing any work on anything like it.

Requests, thoughts, and help welcome.

Rewrite Sub Link

Component type

module

Maintenance status

Development status

Downloads

1149

Component created

Component changed

In brief, this project could help you rewrite the URLs.

1. sub urls of node and user will be rewritten when the parent url has an alias.
2. you can use regex to rewrite any url if you want

NOTICE: no need to enable this module, just include the core in your settings.php