Absolute URLs
An absolute URL contains all of the protocols and information for the file’s location. If I am the owner of www.another-example.com and I want to link to your profile.png image on www.example.com, I will need its absolute URL because it lives on a separate site than mine.
Referring to your directory on the previous page, this is the absolute URL of that file:
http://www.example.com/content/images/profile.png
We can compare this to me needing to know the city, street, building, and apartment number of your profile.png because I live in a different city.
development
- Previous
- Next