Redirects 404

Component type

module

Maintenance status

Development status

Downloads

9361

Component created

Component changed

Introduction

Redirect 404 allows you to specify a number of servers that should be attempted to be redirected to if a 404 (Page not found) error is encountered. This module is useful when you are doing a gradual migration to Drupal from another system (Drupal-based or not).

Search API Domain Access filter

Component type

module

Maintenance status

Development status

Component created

Component changed

Description:

This module adds an extra field "Domain Access Information" to the Search API index "Fields" tab.
When checked, the returned search results will be filtered based on the Domain Access settings.
I.e. a node that is published to a certain domain, will not show up in the search results of other domains.

Alternatives:

Also check out this sandbox for similar functionality: https://drupal.org/sandbox/raf/2244229

Subfolders Domain (sub domains)

Component type

module

Maintenance status

Development status

Downloads

4165

Component created

Component changed

Create and configuring easily the hierarchy Subdirectory multi-site for your Drupal multi site from one installation and a single shared database. This module allows you to add new subdomains directories or management of subdomains directories without changing/adding any file configuration (such .htaccess, sites.php, Alias in Apache config file, ...)

Ex: example.com/site-1, example.com/site-2

Subfolders Domain requires Domain module.

Do not forget to read the Master File README.txt for more information related to the installation.

Domain Default Redirection

Component type

module

Maintenance status

Development status

Downloads

2455

Component created

Component changed

This small module provides a redirection feature instead of providing the default domain contents in the Domain Access suite.

In a nutshell, subdomain redirection handling will be shifted from your domain's DNS settings to your Drupal installation, redirecting all subdomains to the specified URL while still serving Drupal content to the subdomains set in Domain Access.

Domain Access Bridge

Component type

module

Maintenance status

Development status

Downloads

2850

Component created

Component changed

!! DEPRECATED !!

Please use Access Control Bridge as it can be considered as the successor of this module.


Description

This module creates a working interplay between the Domain Access suite, one {access control} module (e.g. Content Access) and eventually the Workflow module.

The module achieves this by implementing a step-wise grant system:

Hosting Database Login

Component type

module

Maintenance status

Development status

Downloads

827

Component created

Component changed

Integration between Aegir and PHPMyAdmin or other db management web software.

Provides a link to login into a PHPMyAdmin instance (or other db management web software) configured for the current site database server. Requires dblogin to be installed on the site.

domain_sso

Component type

module

Maintenance status

Development status

Component created

Component changed

This module enables cross-site Single Sign-On (SSO) for Domain Access sites.

It's as simple as enable the module and done.

It is not only a Single Sign-On module, but also a Single Sign-Off module. When people click on the logout link, they are also logged out on all sites, just like when they login to the site, they are authenticated to all enabled and assigned domains.

Drush Editor - A fashion way to manage your WYSIWYG libraries

Component type

module

Maintenance status

Development status

Downloads

1435

Component created

Component changed

This module looks like the PM functions of Drush, allows us to download most of popular WYSIWYG editors.

Integration

Feel free to integrate your editor using my API. There are only 2 functions
you should know
- hook_drush_editor(): Register your editors.
- hook_drush_editor_alter(): Change the list of registered editors.

You can see the file drush_editor.api.php and my plugin for more information.