Extra slash in address
Hi.
On second stage of install R 5.5.9 there is extra slash in address bar.
Then it shown in "Base URL" ans if not delete it it shown in address bar on all pages.
Screenshots :
https://hkar.ru/Yd0r
https://hkar.ru/Yd0s
https://hkar.ru/Yd0t
It' a little annoying.
'base_url' in config_default.php
base_url
' is defined in the config_default.php. In some settings like the use of a subdomain, e.g.https://wiki.example.com/
, it adds an additional backslash if one condion is not met.We need to add also the other condition so it won't add the extra slash.
FIXED: revision:efdb3b5
Comment 637
Thank you.