Page 1 of 1

relative path into HTML editor

Posted: Mon 23. Aug 2004, 18:14
by oleane
Does someone know how to get a relative path into html editor ?
I explain me.
I use SPAW editor. When i put my link into <a href="./picture/xxxx">test</a> i get when i confirm this
: <a href="http://localhost/picture/xxxx">test</a>

Why the HTML editor put http://localhost/ in front of
Is there a way to keep the relative path ?

Thank

Posted: Mon 23. Aug 2004, 19:14
by DeXXus
I ~think~ that is coming from "spaw_control.config.php":

Code: Select all

// base url for images
$spaw_base_url = $phpwcms["site"];