我有一个域,其所有网址的结构如下:
http://www.documents-myapp.com/how-to-use
http://www.documents-myapp.com/basic-instructions
http://www.documents-myapp.com/configuration-setuo
http://www.documents-myapp.com/and many other urls
我想设置重定向,以便每个单独的页面都转到不同的域:
https://myurl-myapp.com/documents/how-to-use
https://myurl-myapp.com/documents/basic-instructions
https://myurl-myapp.com/documents/configuration-setuo
https://myurl-myapp.com/documents/and many other urls
因此将域http://www.documents-myapp.com/
更改为https://myurl-myapp.com/documents/
,并且之后的URL保持不变。
有什么想法如何使用通配符设置此重定向?