Absolute urls, relative urls, and…?
Here are the URL components: http://www.example.com/en/public/img/logo.gif \__/ \_____________/\_____________________/ #1 #2 #3 scheme/protocol host path A URL is called an absolute URL if it begins with the scheme and scheme specific part (here // after http:). Anything else is a relative URL. A URL path is called an absolute URL path if it begins with a … Read more