任务:
接下来如何?有任何想法吗?
谢谢您的帮助!
答案 0 :(得分:0)
On your webserver, you need as many Virtual Hosts as domains you have declared, and each Virtual Host will have one HTTP redirection.
For example :
VirtualHost project1.domain.com
RewriteEngine on
RewriteRule ^/+(.*)$ http://jira.domain.com/project/TEST1 [R]