[pmwiki-users] IncludeUrl problem

Scott Smith smackaysmith at gmail.com
Fri Jun 6 09:17:35 CDT 2008


I believe you'll need to use IncludeFile when accessing a local file.

On Fri, Jun 6, 2008 at 8:41 AM, Julius <jultus at gmail.com> wrote:

> Julius Thyssen wrote:
>
> > Markup(
> > 'html',
> > 'fulltext',
> > '/\\(:html:\\)(.*?)\\(:htmlend:\\)/esi',
> > "'<:block>'.Keep(str_replace(array('&gt;', '&lt;', '&amp;'),
> > array('>', '<', '&'), PSS('$1')))");
>
> By the way, I accidentally copy pasted this bit. Sorry for the confusion.
>
> Of importance is the fact that I have
> $EnableExternalResource = 0;
> in my config file. It makes
> (:includeurl http://address.com/projects/test/iets/activnew.php:)
> invalid, which works fine. But when I point to the local address, like:
>
> (:includeurl /var/web/projects/test/iets/activnew.php:)
> (:includeurl /projects/test/iets/activnew.php:)
> (:includeurl /test/iets/activnew.php:)
> (:includeurl /iets/activnew.php:)
> (:includeurl ../projects/test/iets/activnew.php:)
> (:includeurl ../test/iets/activnew.php:)
> (:includeurl ../iets/activnew.php:)
> (:includeurl ../../projects/test/iets/activnew.php:)
> (:includeurl ../../test/iets/activnew.php:)
> (:includeurl ../../iets/activnew.php:)
>
> do not work, and yield a blank page.
>
>
> J
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20080606/0d609d13/attachment.html 


More information about the pmwiki-users mailing list