在轉址時發生URL失效, 回過頭檢查才發現網址有錯誤.
大概是 原本的
https://www.domain.com/files/aa=%2Fxxxx
被替換成
https://www.domain.com/files/aa=%252Fxxxx
如果你Apache有裝 rewrite module.
可以考慮加上NE標籤.
像這樣加上去就可以解決了,
RewriteRule ^/$ https://www.domain.com/files/ [NE,R,L]
不同的port , 443 , 80, 8443等等, 有異常的都加上去.