I believe you&#39;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 &lt;<a href="mailto:jultus@gmail.com">jultus@gmail.com</a>&gt; 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>
&gt; Markup(<br>
&gt; &#39;html&#39;,<br>
&gt; &#39;fulltext&#39;,<br>
&gt; &#39;/\\(:html:\\)(.*?)\\(:htmlend:\\)/esi&#39;,<br>
&gt; &quot;&#39;&lt;:block&gt;&#39;.Keep(str_replace(array(&#39;&amp;gt;&#39;, &#39;&amp;lt;&#39;, &#39;&amp;amp;&#39;),<br>
&gt; array(&#39;&gt;&#39;, &#39;&lt;&#39;, &#39;&amp;&#39;), PSS(&#39;$1&#39;)))&quot;);<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>