#269: redirect all sites to https -------------------------+------------------------ Reporter: mattdm | Owner: webmaster Type: enhancement | Status: new Priority: major | Milestone: Component: General | Resolution: Keywords: | Blocked By: Blocking: | -------------------------+------------------------ Comment (by cydrobolt): Do we use Apache or nginx? If we're using Apache, we could set up an .htaccess to redirect users to https RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} Maybe Infrastructure can even modify a setting to enable SSL everywhere. -- Ticket URL: <https://fedorahosted.org/fedora-websites/ticket/269#comment:1> fedora-websites <https://fedoraproject.org/wiki/Websites> Fedora Website Team's Trac instance -- websites mailing list websites@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/websites