[fedora-websites] #269: redirect all sites to https

fedora-websites trac at fedorahosted.org
Fri Aug 8 16:42:09 UTC 2014


#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


More information about the websites mailing list