Remove WWW prefix from your website

前端 未结 9 663
情歌与酒
情歌与酒 2020-12-28 19:24

How does Stack Overflow (and other web sites) remove the \'www\' prefix when it\'s entered as part of a URL?

Is it a redirect, a rewrite or something else entirely?<

9条回答
  •  天涯浪人
    2020-12-28 20:03

    redirect. the sub-domain "www.stackoverflow.com" would simply redirect to "stackoverflow.com".

提交回复
热议问题