geerlingguy / raspberry-pi-dramble

DEPRECATED - Raspberry Pi Kubernetes cluster that runs HA/HP Drupal 8
http://www.pidramble.com/
MIT License
1.67k stars 260 forks source link

Redirect non-www to www #152

Closed geerlingguy closed 5 years ago

geerlingguy commented 5 years ago

Right now the non-www doesn't redirect to www:

 11:27:24 ~ $ curl --head http://pidramble.com/
HTTP/1.1 200 OK

Need to fix that. Used to have Nginx config do that in the original Pi Dramble infra.

geerlingguy commented 5 years ago

This might be a ticket that needs to be worked in the https://github.com/geerlingguy/drupal-for-kubernetes queue, if we do it in like .htaccess...

geerlingguy commented 5 years ago

Done in https://github.com/geerlingguy/drupal-for-kubernetes/issues/20