![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: Absolute or relative paths
From: John Dunlop <usenet+2004@john.dunlop.name>
Date: Sat Jul 09 2005 - 20:42:30 CEST
michelle wrote:
> Is there a way to use an absolute path that always refers to the
Aye.
> The problem I am having is how to refer to my "/images" directory no
Probably /images/ (note the trailing slash).
> I have used the URI (http://www.mysite.com/images), but that seems too
I'd imagine it has other side effects too.
> I know that PHP must have a simpler solution.
To refer to the URI
with a base URI of
either <../images/> or </images/>; the latter works regardless
-- JockReceived on Mon Oct 17 21:04:36 2005 |