I've ensured the didiwiki folder and all its contents are set to user and group "spot", and only the user has write access.
Here is a didiwiki example page I tested:
Links to images display an (external) image:
Code: Select all
Remote images work fine
http://www.google.com/images/logo.gif
http://www.google.com/images/logo.gif
But I tried to display a local image with no success...
[smile.gif]
[smile.gif]
Another attempt...
http://localhost:8000/smile.gif
http://localhost:8000/smile.gif
And yet another...
file:///root/spot/.didiwiki/smile.gif
file:///root/spot/.didiwiki/smile.gif
or, after copying the smile.gif image to my "/" directory...
file:///smile.gif
file:///smile.gif