What Does Base URL Mean?
In web development, design applications can define a base URL or base location, which helps in converting relative web URLs on the specific page to absolute web URLs. The HTML element
Techopedia Explains Base URL
The URL found in the address bar of the front page of a website is its base URL. In other words, the common prefix found while navigating inside a given website is known as the base URL. One can select a base URL from the list of those available with help of the URL general properties page. A blank base URL is also permitted, and is a useful technique for Java application developers that make use of HelpIndex as part of their application’s help system.