City-of-Bloomington / drupal-customizations

Drupal version management using composer
https://bloomington.in.gov
GNU General Public License v2.0
1 stars 1 forks source link

Add Redirect module #44

Closed inghamn closed 1 year ago

inghamn commented 1 year ago

So far, we have been using Apache aliases for all the URLs where we want to provide a single url to the outside world. This is becase PathAuth does not redirect; instead, it serves content at both URLs when there's a URL alias.

There is a Redirect module for Drupal that might do what we want.