Hacker News new | ask | show | jobs
by himangshuj 4496 days ago
exact same thing happened to me for sokratik.com and www.sokratik.com, i solved it using nginx root /usr/share/nginx/www; index index.html index.htm;

        server_name sokratik.com;
        return 301 $scheme://www.sokratik.com$request_uri;
1 comments

Yeah if I was running a server I would have done that in a heartbeat but I was using S3 so I was a little more limited.