dansan / spring-replay-site

Website to upload, comment and download replays from/for the SpringRTS engine
http://replays.springrts.com/
GNU General Public License v3.0
11 stars 1 forks source link

redirect port 80 to 443 #113

Closed dansan closed 6 years ago

dansan commented 6 years ago

Redirect all HTTP traffic to HTTPS site. (from comment https://github.com/dansan/spring-replay-site/issues/109#issuecomment-403202357)

Check if autohost upload script will follow redirect first,

specing commented 6 years ago

@Yaribz

dansan commented 6 years ago

Code change was in c26832833ff12dc2987c94c46af64651f3e1d99e. I have asked @yaribz to update the upload script in the SPADS distribution.

The Apache configuration was modified to redirect everything except /xmlrpc, because the Python xmlrpc client cannot handle it.