Tagged Questions
7
votes
3answers
3k views
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 many functions that do it different ways.
resolve("../abc.png", ...
1
vote
1answer
29 views
SharePoint removing trailing slashes in URL's
I'm havig an issue with SharePoint 2010 Removing trailing slashes from URL's; I have 3 scenarios where this happens outlined below: ( all are happening on a Publishing Site )
If I have a Summary ...
0
votes
1answer
145 views
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 resource exists). What are the range of cases I should be looking ...