unlcms / UNL-CMS

Drupal 7 implementation at the University of Nebraska–Lincoln
http://unlcms.unl.edu/
GNU General Public License v2.0
4 stars 13 forks source link

A ton of 301 redirects are being created #935

Closed mfairchild365 closed 5 years ago

mfairchild365 commented 6 years ago

Now that we are upgrading traffic to https, a ton of 301 redirects are being created. This is because URLs are not being written as https by Drupal (see navigation, links to other pages, etc). Instead they remain http links which when activated, redirect to https.

This causes an unnecessary request, which both adds to the time of the full request and negates the privacy protections of using https. Additionally, these are being reported in Web Audit.

ericras commented 5 years ago

Fixed