Forum archive
HELP - TKL dokuwiki appliance - accessible directory
I have installed the latest TKL dokuwiki appliance.
I would like to make a directory (for data) accessible on the apache server.
I read a previous post which said to place the "newdir/" in the var/www directory. This doesnt work. I followed the link to webroot and i made "newdir" there. Then you go directly into Dokuwiki and you are prompted -if you want to create a new wiki page called "newdir/"
I have been looking for a way to set up and make the directory visible to apache & dokuwiki. I thought the .htaccess file in the directory should do it but it doesnt work either. Without the .htaccess file in /var/www/webroot/newdir/ i get forbidden acces.
I put this into my .htaccess file
allow from all
<Files*>
SetHandler none
</Files>
and it doesnt work either.
I just want to put a data files into the directory. I then want to do an "external" link from dokuwiki to this directory.
There will be hundreds of files and the users will select what they want. I didnt want to use the media manager that comes with Dokuwiki- too many files.
Any help would be much appreciated.
Which is accessed via a folder eg 192.xxx.xxx.xxx/newfolder. If done that way then it shouldn't overide your original Wiki.