Considered feature-complete by its maintainers.

Adaptive layout tester

Test your theme in a different desktop screens!

Global Redirect Rewritemap

This module generates a RewriteMap file which can be used to redirect requests for internal URLs to the corresponding alias. This allows the redirect to occur on the Apache level instead of requiring Drupal to bootstrap in order to handle the redirect thus removing significant load from the webserver to handle the redirects.

Usage

  1. Install Drupal with Global Redirect module and this Global Redirect RewriteMap module.
  2. Go to admin/config/system/globalredirect and configure settings for Global Redirect and near the bottom are the options for this Global Redirect RewriteMap module. Use the manual generation button to create an initial RewriteMap file.
  3. The RewriteMap Apache directive cannot be used in the .htaccess context so the the following configurations must be placed in the server or virtual host configuration.
    RewriteEngine On    
    RewriteMap globalredirect txt:path/to/private/files/globalredirect_rewritemap.txt
    
  4. Configure your .htaccess file to use the RewriteMap defined in step 3. Place these in your .htaccess just before the comment that says "# Pass all requests not referring directly to files in the filesystem..." You will also likely need to set the RewriteBase in your .htaccess. # Global Redirect RewriteMap
    RewriteCond ${globalredirect:$1} > "" [NC]

File Compressor field

File Compressor field

This module provides a "File Compressor" field type that allows to archive and compress attached files to an entity into a single file.

Responsive Theme Preview

The Responsive Preview module provides content and theme administrators with a quick way to preview how their site's pages will appear at narrow and wide width dimensions.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only