Top "Relative-url" questions

A URL that is relative to another URL.

Relative path in HTML

I am creating a website on localhost. I want to make all of link resources in my website to relative …

html relative-path relative-url
Two forward slashes in a url/src/href attribute

Possible Duplicate: URI starting with two slashes … how do they behave? Absolute URLs omitting the protocol (scheme) in order to …

html http https relative-url
How to get "raw" href contents in JavaScript

I am trying to write a GreaseMonkey script in which I want to find all of the links that are …

javascript anchor href relative-url
relative link for directory above

I've got a file structure like so Root -index.html -adirectory ->fileinthedirectory.html I'd like to create a …

html relative-url
Building an absolute URL from a relative URL in Java

I'm having trouble building an absolute URL from a relative URL without resorting to String hackery... Given http://localhost:8080/myWebApp/…

java url relative-url
PHP: How to resolve a relative url

I need a function that given a relative URL and a base returns an absolute URL. I've searched and found …

php url relative-path resolveurl relative-url
Why use protocol-relative URLs at all?

It's been an oft-discussed question on StackOverflow what this means: <script src="//cdn.example.com/somewhere/something.js">&…

html http https cdn relative-url
Checking for relative vs absolute paths/URLs in PHP

I need to implement functions to check whether paths and urls are relative, absolute, or invalid (invalid syntactically- not whether …

php url relative-path absolute-path relative-url
Absolute urls, relative urls, and...?

I am writing some documentation and I have a little vocabulary problem: http://www.example.com/en/public/img/logo.…

url terminology relative-url
relative url to absolute url in nodejs

I have url like this: http://example.com/path/to/css/../../images/test.jpg which i want to convert to …

node.js relative-path absolute-path relative-url