cpcnw
My Dokuwiki directory [3bsd] is ; /usr/local/www/dokuwiki
My apache document root is ; /usr/local/www/apache22/data
and I have an alias in httpd.conf that make Dokuwiki seen as htttp://mserver/dokuwiki
My downloads are in ; /usr/local/www/apache22/data/downloads
How do I link to a file in my downloads in dokuwiki?
Thanks!
turnermm
Have you had any problems? Have you tried to use the standard external and internal link syntax? I they should work, but to directly access files in your data directory, you will have to remove the .htaccess file in the data directory which prohibits direct access to data files. If you are on a public server you may not want to do this. But instead you can create a directory outside the data directory which does not have .htaccess restrictions, and in this directory you can create symbolic links to just the files you want to link to.