|
I think when we are building a website on the testing server suppose that there is a service page which is to be linked to the other pages then generally we use the relative path like service.php or service.html. But as we make the site online all the relative URls automatically gets converted to absolute URL. So we are using absolute URL in most cases.
Could anyone show me an example of an relative URL which has been used in a website.
|