Loading...
 
Features / Usability

Features / Usability


Browsing uploaded images?

posts: 3665 United States

Is there an easy way (through Tiki) to see what images have been uploaded for wiki pages (i.e., to browse the ../img/wiki_up/.. directory)? I know that, by default, directory browsing is disabled for this directory....

Hopefully......

-Rick

posts: 17


> I know that, by default, directory browsing is disabled for this directory....

Hi Rick,

afaik there is a index.php in /img/wiki_up file which redirects all requests for this folder to tiki-index.php.
So you have to rename or delete this index file and turn directory browsing on in your apache configuration.


bacca

posts: 3665 United States

>
> afaik there is a index.php in /img/wiki_up file which redirects all requests for this folder to tiki-index.php.
> So you have to rename or delete this index file and turn directory browsing on in your apache configuration.
>
Yeah, but I still want the directory browsing disabled — I don't want the general public viewing all the image. I want to allow directory browsing, but only from within Tiki. I actually have a hack that I'm working on that will do what I want....

My next question....