nemoarchive / analytics

Repository for the NeMO Analytics project.
MIT License
1 stars 0 forks source link

Many people getting Page not found when visiting site. HTTP not redirecting to HTTPS #140

Closed jorvis closed 4 years ago

jorvis commented 4 years ago

Working on this now.

jorvis commented 4 years ago

I've reconfigured apache to do this. For future notes, the change was adding this line to /etc/apache2/sites-available/000-default.conf

Redirect permanent / https://nemoanalytics.org/

This needs to go in the port 80 VirtualHost section.