|
|
|
|
|
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;
|
|