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", ...
0
votes
2answers
800 views
Apache local configuration to resolve files correctly
I am new at this so bare with me. I have just configured Apache and PHP to work on my local Mac OS X computer. Now PHP works fine, except when I try to load the files for my live sites. The live sites ...