Subject: Images don't show
When I upload images, they don't appear in the page. I only see a broken link icon. I've searched the forum and I see other reports of the same issue but no solutions. The file definitely is on the server and I can access it through the browser if I link to it directly. It's only when going through fetch.php that it doesn't work. It's not .htaccess as I am running on IIS.
The link looks like this:
{{:clients:xxx:window-settings.jpg?nolink&200|}}
The page source looks like this:
<img src="/dokuwiki/lib/exe/fetch.php?w=200&media=clients:xxx:window-settings.jpg" class="media" alt="" width="200" />
The link looks like this:
{{:clients:xxx:window-settings.jpg?nolink&200|}}
The page source looks like this:
<img src="/dokuwiki/lib/exe/fetch.php?w=200&media=clients:xxx:window-settings.jpg" class="media" alt="" width="200" />