Unfortunately, that doesn't work if you are using a relative URL in the
index.php like:

$BOLTadmin='admin';
$cleanURL='/';
*$fieldURL='/home/';*
date_default_timezone_set('America/New_York');
include_once("../boltwire/barn/scripts/engine.php");

That doesn't work  since it doesn't have http:// in it.  So the use
[[$FieldURL/somedir/file]] doesn't work.  Invalid Link

If I use a full httpd address for field, then when the site is rsync'd, I
have to do post processing to make the clone copy work.



-- 
Kevin Reed
TNET Services Inc.


On Sat, Aug 31, 2013 at 3:47 PM, jacmgr <[email protected]> wrote:

> I think you can use $$fieldURL in your markup.
>  [[$$fieldurl/files/filename|see the file]]
>
> --
> You received this message because you are subscribed to the Google Groups
> "BoltWire" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/boltwire.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to