I believe you'll need to use IncludeFile when accessing a local file.<br><br><div class="gmail_quote">On Fri, Jun 6, 2008 at 8:41 AM, Julius <<a href="mailto:jultus@gmail.com">jultus@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Julius Thyssen wrote:<br>
<br>
> Markup(<br>
> 'html',<br>
> 'fulltext',<br>
> '/\\(:html:\\)(.*?)\\(:htmlend:\\)/esi',<br>
> "'<:block>'.Keep(str_replace(array('&gt;', '&lt;', '&amp;'),<br>
> array('>', '<', '&'), PSS('$1')))");<br>
<br>
By the way, I accidentally copy pasted this bit. Sorry for the confusion.<br>
<br>
Of importance is the fact that I have<br>
$EnableExternalResource = 0;<br>
in my config file. It makes<br>
(:includeurl <a href="http://address.com/projects/test/iets/activnew.php" target="_blank">http://address.com/projects/test/iets/activnew.php</a>:)<br>
invalid, which works fine. But when I point to the local address, like:<br>
<br>
(:includeurl /var/web/projects/test/iets/activnew.php:)<br>
(:includeurl /projects/test/iets/activnew.php:)<br>
(:includeurl /test/iets/activnew.php:)<br>
(:includeurl /iets/activnew.php:)<br>
(:includeurl ../projects/test/iets/activnew.php:)<br>
(:includeurl ../test/iets/activnew.php:)<br>
(:includeurl ../iets/activnew.php:)<br>
(:includeurl ../../projects/test/iets/activnew.php:)<br>
(:includeurl ../../test/iets/activnew.php:)<br>
(:includeurl ../../iets/activnew.php:)<br>
<br>
do not work, and yield a blank page.<br>
<br>
<br>
J<br>
<br>
_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
</blockquote></div><br>