hi
my apologize for my english, im testing cms on localhost and i need a little help to fix some code
how do i modify code bellow to remove http://localhost part from output result
header('link: <https://mail.google.com'. $request->url(null, $submissionPath, 'view', $articleId) .'>; rel="meta"');
the generated code as follow
link: <https://mail.google.comhttp://localhost/ojs23/index.php/biocenter/article/view/1>; rel="meta"
while what im actually trying to achieve is
link: <https://mail.google.com/ojs23/index.php/biocenter/article/view/1>; rel="meta"
thank you