i try to get the main url of my web site by using function of
ipHomeUrl();
The issue is this function bring also the path of languages even it was left , function bring auto the current languages path
is like that :
http://localhost/wesitename/fr/
what i want is get only :
http://localhost/wesitename/
If you want to get an URL to the website root, you can use:
ipConfig()->baseUrl()
It should work in a more correct way than cached URL