[removed] with hash part (anchor) #

前端 未结 8 520
迷失自我
迷失自我 2020-12-28 15:46

One of our website has URL like this : example.oursite.com. We decided to move our site with an URL like this www.oursite.com/example. To do this,

8条回答
  •  天命终不由人
    2020-12-28 16:43

    You could create a page on the old address that catches all requests and redirects to the new site with the correct address and code.

    I did something like that, but it was in asp.net, which I guess it's not the language you use. Anyway there should be a way to do this in any language.

提交回复
热议问题