小编Tim*_*Jun的帖子

重写JIRA ServiceDesk的条件规则

Atlassian JIRA的Service Desk插件门户网站有它丑陋的URL,用户必须记住这个长URL

http://jira.domain.com/servicedesk/customer/portal/1

对于我的用户,我想有一个特殊的域名:

http://helpdesk.domain.com/

任务不是那么简单,我需要在Apache中重写url

http://helpdesk.domain.com/ --- > http://jira.domain.com/servicedesk/customer/portal/1
Run Code Online (Sandbox Code Playgroud)

但需要排除

http://helpdesk.domain.com/s/files.css ---> http://jira.domain.com/s/files.css
http://helpdesk.domain.com/rest/myjson ---> http://jira.domain.com/rest/myjson
http://helpdesk.domain.com/secure/some.html ---> http://jira.domain.com/secure/some.html
Run Code Online (Sandbox Code Playgroud)

apache rewrite jira

7
推荐指数
1
解决办法
1398
查看次数

标签 统计

apache ×1

jira ×1

rewrite ×1