我引用了Transform relative path into absolute URL using PHP
这与我的情况有点相似。 但是我想使用根路径。
有时,没有路径或路径为'/'
示例
$rel1 = '/info/123456'
$base1 = 'https://example.jp'
$goal1 = 'https://example.jp/info/123456'
$rel2 = '/info/654321'
$base2 = 'https://example.jp/'
$goal2 = 'https://example.jp/info/654321'