[dokuwiki] Re: Passing links to images through without pefetching

  • From: Myron Turner <turnermm02@xxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Fri, 09 Jul 2010 08:18:34 -0500

Dmitry Katsubo wrote:
On 01.07.2010 18:55, Dmitry Katsubo wrote:
Example:

{{http://my.com/images/panasonic.gif}}
  -- is convered to -->
<img src="http://my.com/images/panasonic.gif"; />
  -- but not to -->
<img src="lib/exe/fetch.php?hash=...panasonic.gif" />

Maybe, issuing a feature request in bugtracker is a good idea?


This would give you:
   http://my_server.com/my_wiki/data/media/image.gif

Have you ever tried that? You should get a 403 forbidden, because the data directories are protected by an .htaccess rule that forbids direct access.

--
Myron Turner
http://mturner.org/
http://mturner.org/fckgLite
http://www.mturner.org/dwfck/doku.php
http://www.room535.org


--
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts: